e4644a19fc
The default value of "rabbitmq_all" remains, but this change should allow deployers to target the role to multiple groups now. Change-Id: Idc1bc44b005f09f9dc7eb9778719a8ba92756c06 Implements: blueprint multi-rabbitmq-clusters
14 lines
489 B
Plaintext
14 lines
489 B
Plaintext
[all]
|
|
localhost ansible_connection=local ansible_become=True
|
|
container1 ansible_ssh_host=10.100.100.101 ansible_host=10.100.100.101 ansible_become=True ansible_user=root
|
|
container2 ansible_ssh_host=10.100.100.102 ansible_host=10.100.100.102 ansible_become=True ansible_user=root
|
|
container3 ansible_ssh_host=10.100.100.103 ansible_host=10.100.100.103 ansible_become=True ansible_user=root
|
|
|
|
[rabbitmq_all_other]
|
|
container1
|
|
container2
|
|
container3
|
|
|
|
[all_containers:children]
|
|
rabbitmq_all_other
|