pacemaker_cluster – Manage pacemaker clusters¶
Synopsis¶
- This module can manage a pacemaker cluster and nodes from Ansible using the pacemaker cli.
Parameters¶
Examples¶
---
- name: Set cluster Online
  hosts: localhost
  gather_facts: no
  tasks:
  - name: Get cluster state
    pacemaker_cluster:
      state: online
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Mathieu Bultel (@matbu)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
