Merge crans version
This commit is contained in:
parent
6c1d904791
commit
5b3ac2a21a
11 changed files with 460 additions and 78 deletions
98
hosts
98
hosts
|
@ -2,10 +2,9 @@
|
|||
|
||||
# How to name your server ?
|
||||
# > We name servers according to location, then type.
|
||||
# > So all containers at OVH are in ovh-container.
|
||||
# > Then we regroup everything in global geographic and type groups.
|
||||
|
||||
[ovh_pve]
|
||||
[ovh_physical]
|
||||
horus.adm.auro.re
|
||||
|
||||
[ovh_container]
|
||||
|
@ -27,49 +26,52 @@ vpn-ovh.adm.auro.re
|
|||
docker-ovh.adm.auro.re
|
||||
switchs-manager.adm.auro.re
|
||||
|
||||
[ovh_testing_vm]
|
||||
re2o-test.adm.auro.re
|
||||
|
||||
[fleming_pve]
|
||||
[fleming_physical]
|
||||
freya.adm.auro.re
|
||||
#odin.adm.auro.re
|
||||
marki.adm.auro.re
|
||||
|
||||
[fleming_vm]
|
||||
ldap-replica-fleming1.adm.auro.re
|
||||
#ldap-replica-fleming1.adm.auro.re
|
||||
#ldap-replica-fleming2.adm.auro.re
|
||||
dhcp-fleming.adm.auro.re
|
||||
dns-fleming.adm.auro.re
|
||||
prometheus-fleming.adm.auro.re
|
||||
radius-fleming.adm.auro.re
|
||||
unifi-fleming.adm.auro.re
|
||||
#dhcp-fleming.adm.auro.re
|
||||
#dns-fleming.adm.auro.re
|
||||
#prometheus-fleming.adm.auro.re
|
||||
#radius-fleming.adm.auro.re
|
||||
#unifi-fleming.adm.auro.re
|
||||
|
||||
[pacaterie_pve]
|
||||
[pacaterie_physical]
|
||||
mordred.adm.auro.re
|
||||
titan.adm.auro.re
|
||||
|
||||
[pacaterie_vm]
|
||||
ldap-replica-pacaterie.adm.auro.re
|
||||
dhcp-pacaterie.adm.auro.re
|
||||
dns-pacaterie.adm.auro.re
|
||||
prometheus-pacaterie.adm.auro.re
|
||||
radius-pacaterie.adm.auro.re
|
||||
unifi-pacaterie.adm.auro.re
|
||||
#ldap-replica-pacaterie.adm.auro.re
|
||||
#dhcp-pacaterie.adm.auro.re
|
||||
#dns-pacaterie.adm.auro.re
|
||||
#prometheus-pacaterie.adm.auro.re
|
||||
#radius-pacaterie.adm.auro.re
|
||||
#unifi-pacaterie.adm.auro.re
|
||||
|
||||
[edc_pve]
|
||||
leodagan.adm.auro.re
|
||||
[edc_physical]
|
||||
chapalux.adm.auro.re
|
||||
|
||||
[georgesand_pve]
|
||||
merlin.adm.auro.re
|
||||
[edc_vm]
|
||||
|
||||
[georgesand_physical]
|
||||
perceval.adm.auro.re
|
||||
|
||||
[georgesand_vm]
|
||||
|
||||
|
||||
#####################
|
||||
# Geographic groups #
|
||||
#####################
|
||||
|
||||
# everything at ovh
|
||||
[ovh:children]
|
||||
ovh_pve
|
||||
ovh_physical
|
||||
ovh_container
|
||||
ovh_vm
|
||||
|
||||
# everything at ovh_testing
|
||||
[ovh_testing:children]
|
||||
ovh_testing_vm
|
||||
|
||||
# everything at fleming
|
||||
[fleming:children]
|
||||
fleming_pve
|
||||
|
@ -77,16 +79,22 @@ fleming_vm
|
|||
|
||||
# everything at pacaterie
|
||||
[pacaterie:children]
|
||||
pacaterie_pve
|
||||
pacaterie_physical
|
||||
pacaterie_vm
|
||||
|
||||
# everything at edc
|
||||
[edc:children]
|
||||
edc_pve
|
||||
edc_physical
|
||||
edc_vm
|
||||
|
||||
# everything at georgesand
|
||||
[georgesand:children]
|
||||
georgesand_pve
|
||||
georgesand_physical
|
||||
georgesand_vm
|
||||
|
||||
#####################
|
||||
# Type groups #
|
||||
#####################
|
||||
|
||||
# every LXC container
|
||||
[container:children]
|
||||
|
@ -97,11 +105,23 @@ ovh_container
|
|||
ovh_vm
|
||||
fleming_vm
|
||||
pacaterie_vm
|
||||
edc_vm
|
||||
georgesand_vm
|
||||
|
||||
# every PVE
|
||||
[pve:children]
|
||||
ovh_pve
|
||||
fleming_pve
|
||||
pacaterie_pve
|
||||
edc_pve
|
||||
georgesand_pve
|
||||
# every physical
|
||||
[physical:children]
|
||||
ovh_physical
|
||||
fleming_physical
|
||||
pacaterie_physical
|
||||
edc_physical
|
||||
georgesand_physical
|
||||
|
||||
# every server (except access points)
|
||||
[server:children]
|
||||
container
|
||||
physical
|
||||
vm
|
||||
|
||||
[all:vars]
|
||||
# Force remote to use Python 3
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue