d5d7d6fde5
Add matrix services See merge request aurore/ansible!16
81 lines
1.4 KiB
INI
81 lines
1.4 KiB
INI
# Aurore servers inventory
|
|
|
|
# How to name your server ?
|
|
# > We name servers according to location, then type.
|
|
# > So all containers at OVH are in ovh-container.
|
|
# > Then we regroup everything in global geographic and type groups.
|
|
|
|
[ovh-pve]
|
|
horus ansible_host=10.128.0.1
|
|
|
|
[ovh-container]
|
|
riot.adm.auro.re
|
|
synapse.adm.auro.re
|
|
codimd.adm.auro.re
|
|
services-bdd.adm.auro.re
|
|
phabricator.adm.auro.re
|
|
wiki.adm.auro.re
|
|
www.adm.auro.re
|
|
pad.adm.auro.re
|
|
proxy.adm.auro.re
|
|
matrix-services.adm.auro.re
|
|
|
|
[ovh-vm]
|
|
re2o-server.adm.auro.re
|
|
re2o-ldap.adm.auro.re
|
|
re2o-db.adm.auro.re
|
|
serge.adm.auro.re
|
|
|
|
[ovh-testing-vm]
|
|
re2o-test.adm.auro.re
|
|
|
|
[fleming-pve]
|
|
#freya.adm.auro.re
|
|
#odin.adm.auro.re
|
|
|
|
[fleming-vm-ldap-replica]
|
|
#ldap-replica-fleming1.adm.auro.re
|
|
#ldap-replica-fleming2.adm.auro.re
|
|
|
|
[pacaterie-pve]
|
|
#merlin.adm.auro.re
|
|
#leodagan.adm.auro.re
|
|
#mordred.adm.auro.re
|
|
|
|
# everything at ovh
|
|
[ovh:children]
|
|
ovh-pve
|
|
ovh-container
|
|
ovh-vm
|
|
|
|
# everything at ovh-testing
|
|
[ovh-testing:children]
|
|
ovh-testing-vm
|
|
|
|
# everything at fleming
|
|
[fleming:children]
|
|
fleming-pve
|
|
fleming-vm-ldap-replica
|
|
|
|
# everything at pacaterie
|
|
[pacaterie:children]
|
|
pacaterie-pve
|
|
|
|
# every LXC container
|
|
[container:children]
|
|
ovh-container
|
|
|
|
# every virtual machine
|
|
[vm:children]
|
|
ovh-vm
|
|
fleming-vm-ldap-replica
|
|
|
|
# every PVE
|
|
[pve:children]
|
|
ovh-pve
|
|
fleming-pve
|
|
pacaterie-pve
|
|
|
|
# every LDAP replica
|
|
[ldap-replica:children]
|
|
fleming-vm-ldap-replica
|