Files
openstack-ansible-plugins/tests/inventory
Gaudenz Steinlin cccf4c03f1 Ensure consistent ordering of network_mappings
The provider_networks module returned the network_mappings in a random
order changing with every invocation. This returns the entries sorted
and adds a test to ensure the ordering is consistent between
invocations.

Change-Id: Iaec4534ebd8ff80cf7c7e3a1c8f187dd3990e4bc
2023-12-21 14:12:15 +01:00

24 lines
564 B
Plaintext

[hosts]
localhost
[all_containers]
container1 container_name=container1 ansible_remote_tmp=/var/tmp
container2 container_name=container2
# This is used to test I75f9d0f55ecd875caa1bf608a77c92f950b679a1
[hosts]
localhost_alt ansible_host=127.0.0.1
[all_containers]
container3 container_name=container3
# This is meant to test If594914df53efacc6d5bba148f4f46280f5a117d
[fake_hosts]
fakehost ansible_host=1.1.1.1
[hosts:children]
fake_hosts
[fake_containers]
fakecontainer container_name=fakecontainer physical_host=fakehost
[neutron_linuxbridge_agent]
localhost