openstack-ansible-os_horizon/tests/inventory
Jimmy McCrory 73b47f723f Standardize test vars
Move test host vars from the inventory to individual files for each
host. 'ansible_become' has been removed from localhost's vars since it
should be handled on a playbook basis.

Change-Id: Ia782c502cccc1bfbd83a40047e59271906dfbf75
2017-04-19 18:36:00 -07:00

34 lines
291 B
Plaintext

[all]
localhost
infra1
keystone1
horizon1
[all_containers]
infra1
keystone1
horizon1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
keystone1
[utility_all]
keystone1
[horizon_all]
horizon1