1943251152
Replacing usage of ansible_ssh_host, ansible_ssh_user, ansible_ssh_port with ansible_host, ansible_user and ansible_port Depends-On: I35371879a87c115f219cd181245fe59f6d7d3f77 Change-Id: I97c3958c406b44b271d361860516d0b903438a83
29 lines
389 B
Plaintext
29 lines
389 B
Plaintext
[all]
|
|
localhost ansible_become=True
|
|
infra1 ansible_host=10.1.0.2 ansible_become=True ansible_user=root
|
|
keystone1 ansible_host=10.1.0.3 ansible_become=True ansible_user=root
|
|
|
|
[all_containers]
|
|
infra1
|
|
keystone1
|
|
|
|
[rabbitmq_all]
|
|
infra1
|
|
|
|
[galera_all]
|
|
infra1
|
|
|
|
[memcached_all]
|
|
infra1
|
|
|
|
[service_all:children]
|
|
rabbitmq_all
|
|
galera_all
|
|
memcached_all
|
|
|
|
[keystone_all]
|
|
keystone1
|
|
|
|
[utility_all]
|
|
keystone1
|