diff --git a/group_vars/ovh-testing/ldap_local_replica.yml b/group_vars/ovh-testing/ldap_local_replica.yml new file mode 100644 index 0000000..1e41f7b --- /dev/null +++ b/group_vars/ovh-testing/ldap_local_replica.yml @@ -0,0 +1,4 @@ +--- +ldap_local_replica_uri: +- 'ldap://10.128.0.100' + diff --git a/hosts_testing b/hosts_testing new file mode 100644 index 0000000..1e84600 --- /dev/null +++ b/hosts_testing @@ -0,0 +1,27 @@ +# Aurore servers inventory + +[ovh-testing-pve] + +[ovh-testing-container] + +[ovh-testing-vm] +re2o-test.adm.auro.re + +# everything at ovh-testing +[ovh-testing:children] +ovh-testing-pve +ovh-testing-container +ovh-testing-vm + +# every LXC container +[container:children] +ovh-testing-container + +# every virtual machine +[vm:children] +ovh-testing-vm + +# every PVE +[pve:children] +ovh-testing-pve +