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
|
# Aurore servers inventory
|
||||||
|
|
||||||
[horus-pve]
|
[ovh-pve]
|
||||||
virtu.fede-aurore.net
|
horus ansible_host=10.128.0.1
|
||||||
|
|
||||||
[horus-container]
|
[ovh-container]
|
||||||
horus-services-bdd ansible_host=10.128.0.31
|
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-wiki ansible_host=10.128.0.51
|
||||||
horus-www ansible_host=10.128.0.52
|
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-proxy-web ansible_host=10.128.0.254
|
||||||
|
|
||||||
[horus-vm]
|
[ovh-vm]
|
||||||
re2o-server ansible_host=10.128.0.10
|
re2o-server ansible_host=10.128.0.10
|
||||||
re2o-ldap ansible_host=10.128.0.11
|
re2o-ldap ansible_host=10.128.0.11
|
||||||
re2o-db ansible_host=10.128.0.12
|
re2o-db ansible_host=10.128.0.12
|
||||||
dns-main ansible_host=10.128.0.30
|
dns-main ansible_host=10.128.0.30
|
||||||
vpn-ovh ansible_host=10.128.0.32
|
vpn-ovh ansible_host=10.128.0.32
|
||||||
|
|
||||||
# everything in horus (ovh)
|
[flemnet-pve]
|
||||||
[horus:children]
|
odin ansible_host=10.128.1.1
|
||||||
horus-pve
|
freya ansible_host=10.128.1.2
|
||||||
horus-container
|
|
||||||
horus-vm
|
# everything at ovh
|
||||||
|
[ovh:children]
|
||||||
|
ovh-pve
|
||||||
|
ovh-container
|
||||||
|
ovh-vm
|
||||||
|
|
||||||
|
# everything at flemnet
|
||||||
|
[ovh:children]
|
||||||
|
flemnet-pve
|
||||||
|
|
||||||
# every LXC container
|
# every LXC container
|
||||||
[container:children]
|
[container:children]
|
||||||
horus-container
|
ovh-container
|
||||||
|
|
||||||
# every virtual machine
|
# every virtual machine
|
||||||
[vm:children]
|
[vm:children]
|
||||||
horus-vm
|
ovh-vm
|
||||||
|
|
||||||
# every PVE
|
# every PVE
|
||||||
[pve:children]
|
[pve:children]
|
||||||
horus-pve
|
ovh-pve
|
||||||
|
flemnet-pve
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue