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

38 lines
772 B
Plaintext

5 years ago
# Aurore servers inventory
[horus-pve]
virtu.fede-aurore.net
5 years ago
[horus-container]
horus-services-bdd ansible_host=10.128.0.31
horus-wiki ansible_host=10.128.0.51
5 years ago
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
5 years ago
[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
5 years ago
dns-main ansible_host=10.128.0.30
5 years ago
vpn-ovh ansible_host=10.128.0.32
5 years ago
# everything in horus (ovh)
[horus:children]
horus-pve
horus-container
horus-vm
5 years ago
# every LXC container
[container:children]
horus-container
# every virtual machine
[vm:children]
horus-vm
5 years ago
# every PVE
[pve:children]
horus-pve