openstack-ansible-repo_server/tests/inventory
Markos Chandras 08f937a5af Fix role gate tests for Ansible 2.3
'ansible_become' defined as a host_var or in the inventory for a host
has a higher precedence than 'become' defined within a playbook.

In change Id5b76a87809f03951c954fc3d752419a673403f7, 'become' was
defined explicitly for each play running against localhost so
'ansible_become' should be removed from its host_vars.

Change-Id: Ic74099b95342a938c77c08305230aeb711741b76
Cc: Jimmy McCrory <jimmy.mccrory@gmail.com>
2017-05-17 18:49:16 +01:00

14 lines
328 B
Plaintext

[all]
localhost
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