2a5d666e6d
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
8 lines
136 B
YAML
8 lines
136 B
YAML
---
|
|
|
|
- name: Configure STONITH for all the hosts on the overcloud
|
|
hosts: undercloud
|
|
gather_facts: no
|
|
roles:
|
|
- stonith-config
|