openstack-ansible-os_keystone/tests/inventory
Travis Truman 05892b5aa9 Ansible 2.1.1 role testing
Change-Id: Icf4bce17e6aa042b60a54499749695917a96dba9
2016-09-12 16:03:28 -04:00

32 lines
557 B
Plaintext

[all]
localhost ansible_become=True
infra1 ansible_ssh_host=10.1.0.2 ansible_host=10.1.0.2 ansible_become=True ansible_user=root
keystone1 ansible_ssh_host=10.1.0.3 ansible_host=10.1.0.3 ansible_become=True ansible_user=root
keystone2 ansible_ssh_host=10.1.0.4 ansible_host=10.1.0.4 ansible_become=True ansible_user=root
[all_containers]
infra1
keystone1
keystone2
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[keystone_all]
keystone1
keystone2
[utility_all]
keystone1