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

37 lines
559 B
Plaintext

5 years ago
# 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