a888f8fd07
Change-Id: I40cecfc65daeee8e0c45a8cf47f27289097d9e93 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
[all]
|
|
localhost ansible_become=True
|
|
container1 ansible_host=10.100.100.101 ansible_become=True ansible_user=root
|
|
container2 ansible_host=10.100.100.102 ansible_become=True ansible_user=root
|
|
container3 ansible_host=10.100.100.103 ansible_become=True ansible_user=root
|
|
|
|
[repo_all]
|
|
container1
|
|
container2
|
|
container3
|
|
|
|
[all_containers:children]
|
|
repo_all
|