Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rndmh3ro/ansible_corosync_pacemaker
Ansible role to install corosync and pacemaker
https://github.com/rndmh3ro/ansible_corosync_pacemaker
Last synced: about 1 month ago
JSON representation
Ansible role to install corosync and pacemaker
- Host: GitHub
- URL: https://github.com/rndmh3ro/ansible_corosync_pacemaker
- Owner: rndmh3ro
- License: apache-2.0
- Created: 2015-02-17T09:48:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T07:34:41.000Z (over 8 years ago)
- Last Synced: 2023-04-05T13:56:57.203Z (over 1 year ago)
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
corosync_pacemaker
=========Install and configure Corosync and Pacemaker on RHEL-systems.
Requirements
------------
none.Role Variables
--------------
- a hosts-list with the names of the interfaces that communicate in the cluster:- ```hosts: [host1-admin-if, host2-admin-if]```
- the ringnumber:
- ```ringnumber: 0```
- The first node on the cluster:
- ``` first_node: "host1"```
Dependencies
------------
none.Example Playbook
----------------- hosts: host1-admin-if:host2-admin-if
gather_facts: True
roles:
- { role: corosync_pacemaker, hosts: [host1-admin-if,host2-admin-if], ringnumber: 0, first_node: "host1" }License
-------See LICENSE
Author Information
------------------Author: Sebastian Gumprich
Author: [T-Systems Multimedia Solutions GmbH](http://www.t-systems-mms.com/)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.