57 lines
1.1 KiB
INI
57 lines
1.1 KiB
INI
# Aurore servers inventory
|
|
|
|
[ovh-pve]
|
|
horus ansible_host=10.128.0.1
|
|
|
|
[ovh-container]
|
|
horus-services-bdd ansible_host=10.128.0.31
|
|
horus-phabricator ansible_host=10.128.0.50
|
|
horus-wiki ansible_host=10.128.0.51
|
|
horus-www ansible_host=10.128.0.52
|
|
horus-wikitest ansible_host=10.128.0.53
|
|
horus-proxy-web ansible_host=10.128.0.254
|
|
|
|
[ovh-vm]
|
|
re2o-server ansible_host=10.128.0.10
|
|
re2o-ldap ansible_host=10.128.0.11
|
|
re2o-db ansible_host=10.128.0.12
|
|
dns-main ansible_host=10.128.0.30
|
|
vpn-ovh ansible_host=10.128.0.32
|
|
|
|
[fleming-pve]
|
|
odin.adm.auro.re
|
|
freya.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
|
|
|
|
# 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
|
|
|
|
# every LDAP replica
|
|
[ldap-replica:children]
|
|
fleming-vm-ldap-replica
|
|
|