25 lines
387 B
Plaintext
25 lines
387 B
Plaintext
[all]
|
|
localhost ansible_connection=local ansible_become=True
|
|
infra1 ansible_host=10.100.100.2 ansible_become=True ansible_user=root
|
|
openstack1 ansible_host=10.100.100.3 ansible_become=True ansible_user=root
|
|
|
|
[all_containers]
|
|
infra1
|
|
openstack1
|
|
|
|
[rabbitmq_all]
|
|
infra1
|
|
|
|
[galera_all]
|
|
infra1
|
|
|
|
[service_all:children]
|
|
rabbitmq_all
|
|
galera_all
|
|
|
|
[keystone_all]
|
|
openstack1
|
|
|
|
[sahara_all]
|
|
openstack1
|