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

64 lines
1.1 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 ansible_host=10.128.0.1
5 years ago
[ovh-container]
5 years ago
riot.adm.auro.re
synapse.adm.auro.re
5 years ago
codimd.adm.auro.re
services-bdd.adm.auro.re
phabricator.adm.auro.re
horus-wiki ansible_host=10.128.0.51
www.adm.auro.re
5 years ago
pad.adm.auro.re
proxy.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
5 years ago
[fleming-pve]
5 years ago
freya.adm.auro.re
odin.adm.auro.re
[fleming-vm-ldap-replica]
ldap-replica-fleming1.adm.auro.re
ldap-replica-fleming2.adm.auro.re
# everything at ovh
[ovh:children]
ovh-pve
ovh-container
ovh-vm
# everything at fleming
[fleming:children]
fleming-pve
fleming-vm-ldap-replica
5 years ago
# every LXC container
[container:children]
ovh-container
# every virtual machine
[vm:children]
ovh-vm
fleming-vm-ldap-replica
5 years ago
# every PVE
[pve:children]
ovh-pve
5 years ago
fleming-pve
5 years ago
# every LDAP replica
[ldap-replica:children]
fleming-vm-ldap-replica