tripleo-ha-utils/playbooks/overcloud-stonith-config.yml
Raoul Scarazzini 2a5d666e6d Config STONITH role creation
This role configures the STONITH devices for all the nodes on a deployed
overcloud environment.
It gives the ability to configure (idempotentially) STONITH on the
controllers, on the computes or on all the nodes (which is the default).

Change-Id: I2bb5307b43e39bc7d26cd3911d56efcf3fae2a8b
2017-03-17 04:57:22 -04:00

8 lines
136 B
YAML

---
- name: Configure STONITH for all the hosts on the overcloud
hosts: undercloud
gather_facts: no
roles:
- stonith-config