inventory
Ansible Hosts File
# These initial groups are the only groups required to be modified. The
# additional groups are for more control of the environment.
[control]
<host>
[network]
<host>
[compute]
# No compute node; this is a baremetal-only cluster.
[monitoring]
<host>
[storage]
<host>
[deployment]
localhost ansible_connection=local
[baremetal:children]
control
network
compute
storage
monitoringHost_Vars
Group_Vars
Last updated