From c134d65b5c1ac0d9bd231b2e17c18f7870937f7f Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 6 Jan 2019 06:48:32 +0100 Subject: [PATCH] Add testing inventory --- group_vars/ovh-testing/ldap_local_replica.yml | 4 +++ hosts_testing | 27 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 group_vars/ovh-testing/ldap_local_replica.yml create mode 100644 hosts_testing 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 +