36 lines
727 B
INI
36 lines
727 B
INI
# Aurore servers inventory
|
|
|
|
[horus-pve]
|
|
virtu.fede-aurore.net
|
|
|
|
[horus-container]
|
|
horus-services-bdd ansible_host=10.128.0.31
|
|
horus-wiki ansible_host=10.128.0.51
|
|
horus-www ansible_host=10.128.0.52
|
|
horus-phabricator ansible_host=10.128.0.50
|
|
horus-proxy-web ansible_host=10.128.0.254
|
|
|
|
[horus-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
|
|
|
|
# everything in horus (ovh)
|
|
[horus:children]
|
|
horus-pve
|
|
horus-container
|
|
horus-vm
|
|
|
|
# every LXC container
|
|
[container:children]
|
|
horus-container
|
|
|
|
# every virtual machine
|
|
[vm:children]
|
|
horus-vm
|
|
|
|
# every PVE
|
|
[pve:children]
|
|
horus-pve
|
|
|