community.general.pacemaker_cluster – Manage pacemaker clusters¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.pacemaker_cluster
.
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
community.general.pacemaker_cluster:
state: online
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Mathieu Bultel (@matbu)