Add flemenet servers
This commit is contained in:
parent
b78b8fe6c5
commit
2a79a413c9
1 changed files with 23 additions and 13 deletions
36
hosts
36
hosts
|
@ -1,37 +1,47 @@
|
|||
# Aurore servers inventory
|
||||
|
||||
[horus-pve]
|
||||
virtu.fede-aurore.net
|
||||
[ovh-pve]
|
||||
horus ansible_host=10.128.0.1
|
||||
|
||||
[horus-container]
|
||||
[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
|
||||
horus-www ansible_host=10.128.0.52
|
||||
horus-phabricator ansible_host=10.128.0.50
|
||||
horus-wikitest ansible_host=10.128.0.53
|
||||
horus-proxy-web ansible_host=10.128.0.254
|
||||
|
||||
[horus-vm]
|
||||
[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
|
||||
dns-main ansible_host=10.128.0.30
|
||||
vpn-ovh ansible_host=10.128.0.32
|
||||
|
||||
# everything in horus (ovh)
|
||||
[horus:children]
|
||||
horus-pve
|
||||
horus-container
|
||||
horus-vm
|
||||
[flemnet-pve]
|
||||
odin ansible_host=10.128.1.1
|
||||
freya ansible_host=10.128.1.2
|
||||
|
||||
# everything at ovh
|
||||
[ovh:children]
|
||||
ovh-pve
|
||||
ovh-container
|
||||
ovh-vm
|
||||
|
||||
# everything at flemnet
|
||||
[ovh:children]
|
||||
flemnet-pve
|
||||
|
||||
# every LXC container
|
||||
[container:children]
|
||||
horus-container
|
||||
ovh-container
|
||||
|
||||
# every virtual machine
|
||||
[vm:children]
|
||||
horus-vm
|
||||
ovh-vm
|
||||
|
||||
# every PVE
|
||||
[pve:children]
|
||||
horus-pve
|
||||
ovh-pve
|
||||
flemnet-pve
|
||||
|
||||
|
|
Loading…
Reference in a new issue