pacemaker_cluster – Manage pacemaker clusters

From Get docs
Ansible/docs/2.8/modules/pacemaker cluster module


pacemaker_cluster – Manage pacemaker clusters

New in version 2.3.


Synopsis

  • This module can manage a pacemaker cluster and nodes from Ansible using the pacemaker cli.

Parameters

Parameter Choices/Defaults Comments

force

boolean

  • no
  • yes

Force the change of the cluster state

node

-

Specify which node of the cluster you want to manage. None == the cluster status itself, 'all' == check the status of all nodes.

state

- / required

  • cleanup
  • offline
  • online
  • restart

Indicate desired state of the cluster

timeout

-

Default:

300

Timeout when the module should considered that the action has failed



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:

Key Returned Description

changed

boolean

always

True if the cluster state has changed


out

string

always

The output of the current state of the cluster. It return a list of the nodes state.


Sample:

rc

boolean

always

exit code of the module





Status

Authors

  • Mathieu Bultel (@matbu)

Hint

If you notice any issues in this documentation you can edit this document to improve it.


© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.8/modules/pacemaker_cluster_module.html