37 lines
559 B
Text
37 lines
559 B
Text
|
# Aurore servers inventory
|
||
|
|
||
|
[horus-pve]
|
||
|
#virtu.fede-aurore.net
|
||
|
|
||
|
[horus-proxy]
|
||
|
proxy-web ansible_host=10.128.0.254
|
||
|
|
||
|
[horus-services-bdd]
|
||
|
services-bdd ansible_host=10.128.0.31
|
||
|
|
||
|
[horus-wiki]
|
||
|
wiki ansible_host=10.128.0.51
|
||
|
|
||
|
[horus-phabricator]
|
||
|
phabricator ansible_host=10.128.0.50
|
||
|
|
||
|
# everything in horus (ovh)
|
||
|
[horus:children]
|
||
|
horus-pve
|
||
|
horus-proxy
|
||
|
horus-services-bdd
|
||
|
horus-wiki
|
||
|
horus-phabricator
|
||
|
|
||
|
# every LXC container
|
||
|
[container:children]
|
||
|
horus-proxy
|
||
|
horus-services-bdd
|
||
|
horus-wiki
|
||
|
horus-phabricator
|
||
|
|
||
|
# every PVE
|
||
|
[pve:children]
|
||
|
horus-pve
|
||
|
|