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
|
dns-main ansible_host=10.128.0.30
|
||||||
vpn-ovh ansible_host=10.128.0.32
|
vpn-ovh ansible_host=10.128.0.32
|
||||||
|
|
||||||
[flemnet-pve]
|
[fleming-pve]
|
||||||
odin.adm.auro.re
|
odin.adm.auro.re
|
||||||
freya.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
|
# everything at ovh
|
||||||
[ovh:children]
|
[ovh:children]
|
||||||
ovh-pve
|
ovh-pve
|
||||||
ovh-container
|
ovh-container
|
||||||
ovh-vm
|
ovh-vm
|
||||||
|
|
||||||
# everything at flemnet
|
# everything at fleming
|
||||||
[ovh:children]
|
[fleming:children]
|
||||||
flemnet-pve
|
fleming-pve
|
||||||
|
fleming-vm-ldap-replica
|
||||||
|
|
||||||
# every LXC container
|
# every LXC container
|
||||||
[container:children]
|
[container:children]
|
||||||
|
@ -39,6 +44,7 @@ ovh-container
|
||||||
# every virtual machine
|
# every virtual machine
|
||||||
[vm:children]
|
[vm:children]
|
||||||
ovh-vm
|
ovh-vm
|
||||||
|
fleming-vm-ldap-replica
|
||||||
|
|
||||||
# every PVE
|
# every PVE
|
||||||
[pve:children]
|
[pve:children]
|
||||||
|
|
Loading…
Reference in a new issue