Add testing inventory
This commit is contained in:
parent
431306538f
commit
c134d65b5c
2 changed files with 31 additions and 0 deletions
4
group_vars/ovh-testing/ldap_local_replica.yml
Normal file
4
group_vars/ovh-testing/ldap_local_replica.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
ldap_local_replica_uri:
|
||||||
|
- 'ldap://10.128.0.100'
|
||||||
|
|
27
hosts_testing
Normal file
27
hosts_testing
Normal file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue