Add fleming LDAP replica to inventory
This commit is contained in:
parent
fff87c8047
commit
c91998d28b
1 changed files with 10 additions and 4 deletions
14
hosts
14
hosts
|
@ -18,19 +18,24 @@ re2o-db ansible_host=10.128.0.12
|
|||
dns-main ansible_host=10.128.0.30
|
||||
vpn-ovh ansible_host=10.128.0.32
|
||||
|
||||
[flemnet-pve]
|
||||
[fleming-pve]
|
||||
odin.adm.auro.re
|
||||
freya.adm.auro.re
|
||||
|
||||
[fleming-vm-ldap-replica]
|
||||
ldap-replica-fleming1.adm.auro.re
|
||||
ldap-replica-fleming2.adm.auro.re
|
||||
|
||||
# everything at ovh
|
||||
[ovh:children]
|
||||
ovh-pve
|
||||
ovh-container
|
||||
ovh-vm
|
||||
|
||||
# everything at flemnet
|
||||
[ovh:children]
|
||||
flemnet-pve
|
||||
# everything at fleming
|
||||
[fleming:children]
|
||||
fleming-pve
|
||||
fleming-vm-ldap-replica
|
||||
|
||||
# every LXC container
|
||||
[container:children]
|
||||
|
@ -39,6 +44,7 @@ ovh-container
|
|||
# every virtual machine
|
||||
[vm:children]
|
||||
ovh-vm
|
||||
fleming-vm-ldap-replica
|
||||
|
||||
# every PVE
|
||||
[pve:children]
|
||||
|
|
Loading…
Reference in a new issue