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

48 lines
925 B
Plaintext

5 years ago
# Aurore servers inventory
[ovh-pve]
horus ansible_host=10.128.0.1
5 years ago
[ovh-container]
horus-services-bdd ansible_host=10.128.0.31
horus-phabricator ansible_host=10.128.0.50
horus-wiki ansible_host=10.128.0.51
5 years ago
horus-www ansible_host=10.128.0.52
horus-wikitest ansible_host=10.128.0.53
horus-proxy-web ansible_host=10.128.0.254
5 years ago
[ovh-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
[flemnet-pve]
5 years ago
odin.adm.auro.re
freya.adm.auro.re
# everything at ovh
[ovh:children]
ovh-pve
ovh-container
ovh-vm
# everything at flemnet
[ovh:children]
flemnet-pve
5 years ago
# every LXC container
[container:children]
ovh-container
# every virtual machine
[vm:children]
ovh-vm
5 years ago
# every PVE
[pve:children]
ovh-pve
flemnet-pve
5 years ago