ansible/hosts

37 lines
727 B
Text
Raw Normal View History

2018-12-23 12:20:19 +01:00
# Aurore servers inventory
[horus-pve]
2018-12-23 16:09:12 +01:00
virtu.fede-aurore.net
2018-12-23 12:20:19 +01:00
2018-12-23 16:09:12 +01:00
[horus-container]
horus-services-bdd ansible_host=10.128.0.31
horus-wiki ansible_host=10.128.0.51
2018-12-23 21:12:08 +01:00
horus-www ansible_host=10.128.0.52
2018-12-23 16:09:12 +01:00
horus-phabricator ansible_host=10.128.0.50
horus-proxy-web ansible_host=10.128.0.254
2018-12-23 12:20:19 +01:00
2018-12-23 16:09:12 +01:00
[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
2018-12-23 21:24:53 +01:00
dns-main ansible_host=10.128.0.30
2018-12-23 12:20:19 +01:00
# everything in horus (ovh)
[horus:children]
horus-pve
2018-12-23 16:09:12 +01:00
horus-container
horus-vm
2018-12-23 12:20:19 +01:00
# every LXC container
[container:children]
2018-12-23 16:09:12 +01:00
horus-container
# every virtual machine
[vm:children]
horus-vm
2018-12-23 12:20:19 +01:00
# every PVE
[pve:children]
horus-pve