ansible/hosts

128 lines
2.1 KiB
Text
Raw Normal View History

2018-12-23 12:20:19 +01:00
# Aurore servers inventory
2019-02-19 10:37:09 +01:00
# How to name your server ?
# > We name servers according to location, then type.
# > Then we regroup everything in global geographic and type groups.
2019-11-01 14:16:32 +01:00
[ovh_physical]
2019-05-23 07:00:27 +02:00
horus.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-07-22 20:57:44 +02:00
[ovh_container]
2019-02-16 12:50:18 +01:00
synapse.adm.auro.re
2019-01-05 10:28:17 +01:00
services-bdd.adm.auro.re
phabricator.adm.auro.re
2019-03-04 09:23:50 +01:00
wiki.adm.auro.re
2019-01-05 10:28:17 +01:00
www.adm.auro.re
proxy.adm.auro.re
2019-03-09 10:18:10 +01:00
matrix-services.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-07-22 20:57:44 +02:00
[ovh_vm]
2019-01-05 10:28:17 +01:00
re2o-server.adm.auro.re
re2o-ldap.adm.auro.re
re2o-db.adm.auro.re
serge.adm.auro.re
2019-05-23 07:00:27 +02:00
passbolt.adm.auro.re
vpn-ovh.adm.auro.re
2019-07-22 10:32:01 +02:00
docker-ovh.adm.auro.re
2019-07-26 22:47:10 +02:00
switchs-manager.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-11-01 14:16:32 +01:00
[fleming_physical]
2019-07-26 22:47:10 +02:00
freya.adm.auro.re
2019-11-01 14:16:32 +01:00
marki.adm.auro.re
2019-01-02 18:09:22 +01:00
2019-07-22 20:57:44 +02:00
[fleming_vm]
2019-11-01 14:16:32 +01:00
#ldap-replica-fleming1.adm.auro.re
2019-03-04 09:23:50 +01:00
#ldap-replica-fleming2.adm.auro.re
2019-11-01 14:16:32 +01:00
#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
2019-01-03 12:03:11 +01:00
2019-11-01 14:16:32 +01:00
[pacaterie_physical]
2019-03-18 18:49:35 +01:00
mordred.adm.auro.re
2019-11-01 14:16:32 +01:00
titan.adm.auro.re
2019-07-22 20:57:44 +02:00
[pacaterie_vm]
2019-11-01 14:16:32 +01:00
#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_physical]
chapalux.adm.auro.re
[edc_vm]
[georgesand_physical]
perceval.adm.auro.re
[georgesand_vm]
2019-05-03 14:46:24 +02:00
2019-04-07 16:59:19 +02:00
2019-11-01 14:16:32 +01:00
#####################
# Geographic groups #
#####################
2019-04-07 16:59:19 +02:00
2019-01-02 18:09:22 +01:00
# everything at ovh
[ovh:children]
2019-11-01 14:16:32 +01:00
ovh_physical
2019-07-22 20:57:44 +02:00
ovh_container
ovh_vm
2019-01-02 18:09:22 +01:00
2019-01-03 12:03:11 +01:00
# everything at fleming
[fleming:children]
2019-07-22 20:57:44 +02:00
fleming_pve
fleming_vm
2018-12-23 12:20:19 +01:00
# everything at pacaterie
[pacaterie:children]
2019-11-01 14:16:32 +01:00
pacaterie_physical
2019-07-22 20:57:44 +02:00
pacaterie_vm
2019-04-07 16:59:19 +02:00
# everything at edc
[edc:children]
2019-11-01 14:16:32 +01:00
edc_physical
edc_vm
2019-04-07 16:59:19 +02:00
# everything at georgesand
[georgesand:children]
2019-11-01 14:16:32 +01:00
georgesand_physical
georgesand_vm
#####################
# Type groups #
#####################
2019-04-07 16:59:19 +02:00
2018-12-23 12:20:19 +01:00
# every LXC container
[container:children]
2019-07-22 20:57:44 +02:00
ovh_container
2018-12-23 16:09:12 +01:00
# every virtual machine
[vm:children]
2019-07-22 20:57:44 +02:00
ovh_vm
fleming_vm
pacaterie_vm
2019-11-01 14:16:32 +01:00
edc_vm
georgesand_vm
# 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