You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/hosts

103 lines
1.6 KiB
Plaintext

5 years ago
# 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.adm.auro.re
5 years ago
[ovh-container]
synapse.adm.auro.re
services-bdd.adm.auro.re
phabricator.adm.auro.re
wiki.adm.auro.re
www.adm.auro.re
5 years ago
pad.adm.auro.re
proxy.adm.auro.re
matrix-services.adm.auro.re
5 years ago
[ovh-vm]
re2o-server.adm.auro.re
re2o-ldap.adm.auro.re
re2o-db.adm.auro.re
serge.adm.auro.re
passbolt.adm.auro.re
vpn-ovh.adm.auro.re
5 years ago
docker-ovh.adm.auro.re
5 years ago
[ovh-testing-vm]
re2o-test.adm.auro.re
[fleming-pve]
#freya.adm.auro.re
#odin.adm.auro.re
[fleming-vm]
#ldap-replica-fleming1.adm.auro.re
#ldap-replica-fleming2.adm.auro.re
[pacaterie-pve]
mordred.adm.auro.re
[pacaterie-vm]
ldap-replica-pacaterie.adm.auro.re
dhcp-pacaterie.adm.auro.re
dns-pacaterie.adm.auro.re
prometheus-pacaterie.adm.auro.re
radius-pacaterie.adm.auro.re
unifi-pacaterie.adm.auro.re
5 years ago
[edc-pve]
leodagan.adm.auro.re
[georgesand-pve]
merlin.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
5 years ago
# everything at pacaterie
[pacaterie:children]
pacaterie-pve
pacaterie-vm
5 years ago
# everything at edc
[edc:children]
edc-pve
# everything at georgesand
[georgesand:children]
georgesand-pve
5 years ago
# every LXC container
[container:children]
ovh-container
# every virtual machine
[vm:children]
ovh-vm
fleming-vm
pacaterie-vm
5 years ago
# every PVE
[pve:children]
ovh-pve
5 years ago
fleming-pve
pacaterie-pve
5 years ago
edc-pve
georgesand-pve