ansible/hosts

161 lines
2.8 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.
# > So all containers at OVH are in ovh-container.
# > Then we regroup everything in global geographic and type groups.
2020-02-15 21:33:57 +01:00
[aurore_pve]
merlin.adm.auro.re
[aurore_vm]
radius-aurore.adm.auro.re
2020-02-15 21:33:57 +01:00
2019-07-22 20:57:44 +02:00
[ovh_pve]
horus.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-07-22 20:57:44 +02:00
[ovh_container]
synapse.adm.auro.re
services-bdd.adm.auro.re
phabricator.adm.auro.re
wiki.adm.auro.re
www.adm.auro.re
proxy.adm.auro.re
matrix-services.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-07-22 20:57:44 +02:00
[ovh_vm]
re2o-server.adm.auro.re
re2o-ldap.adm.auro.re
re2o-db.adm.auro.re
serge.adm.auro.re
passbolt.adm.auro.re
vpn-ovh.adm.auro.re
docker-ovh.adm.auro.re
switchs-manager.adm.auro.re
radius-aurore.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-07-22 20:57:44 +02:00
[ovh_testing_vm]
re2o-test.adm.auro.re
2019-03-04 09:23:50 +01:00
2019-07-22 20:57:44 +02:00
[fleming_pve]
freya.adm.auro.re
marki.adm.auro.re
2019-01-02 18:09:22 +01:00
2019-07-22 20:57:44 +02:00
[fleming_vm]
ldap-replica-fleming1.adm.auro.re
ldap-replica-fleming2.adm.auro.re
dhcp-fleming.adm.auro.re
dhcp-fleming-backup.adm.auro.re
dns-fleming.adm.auro.re
dns-fleming-backup.adm.auro.re
prometheus-fleming.adm.auro.re
radius-fleming.adm.auro.re
radius-fleming-backup.adm.auro.re
unifi-fleming.adm.auro.re
routeur-fleming.adm.auro.re
routeur-fleming-backup.adm.auro.re
2019-01-03 12:03:11 +01:00
2019-07-22 20:57:44 +02:00
[pacaterie_pve]
mordred.adm.auro.re
titan.adm.auro.re
2019-07-22 20:57:44 +02:00
[pacaterie_vm]
ldap-replica-pacaterie.adm.auro.re
ldap-replica-pacaterie-backup.adm.auro.re
dhcp-pacaterie.adm.auro.re
dhcp-pacaterie-backup.adm.auro.re
dns-pacaterie.adm.auro.re
dns-pacaterie-backup.adm.auro.re
prometheus-pacaterie.adm.auro.re
radius-pacaterie.adm.auro.re
radius-pacaterie-backup.adm.auro.re
unifi-pacaterie.adm.auro.re
routeur-pacaterie.adm.auro.re
routeur-pacaterie-backup.adm.auro.re
2019-05-03 14:46:24 +02:00
2019-07-22 20:57:44 +02:00
[edc_pve]
chapalux.adm.auro.re
[edc_vm]
routeur-edc.adm.auro.re
dns-edc.adm.auro.re
dhcp-edc.adm.auro.re
unifi-edc.adm.auro.re
radius-edc.adm.auro.re
routeur-aurore.adm.auro.re
2019-04-07 16:59:19 +02:00
2020-02-15 21:33:57 +01:00
[gs_pve]
perceval.adm.auro.re
2019-09-01 21:53:51 +02:00
2020-02-15 21:33:57 +01:00
[gs_vm]
routeur-gs.adm.auro.re
unifi-gs.adm.auro.re
radius-gs.adm.auro.re
dns-gs.adm.auro.re
dhcp-gs.adm.auro.re
2019-04-07 16:59:19 +02:00
2019-01-02 18:09:22 +01:00
# everything at ovh
[ovh:children]
2019-07-22 20:57:44 +02:00
ovh_pve
ovh_container
ovh_vm
2019-01-02 18:09:22 +01:00
2019-07-22 20:57:44 +02:00
# everything at ovh_testing
[ovh_testing:children]
ovh_testing_vm
2019-03-04 09:23:50 +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-07-22 20:57:44 +02:00
pacaterie_pve
pacaterie_vm
2019-04-07 16:59:19 +02:00
# everything at edc
[edc:children]
2019-07-22 20:57:44 +02:00
edc_pve
edc_vm
2019-04-07 16:59:19 +02:00
# everything at georgesand
2020-02-15 21:33:57 +01:00
[gs:children]
gs_pve
gs_vm
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
2020-02-15 21:33:57 +01:00
gs_vm
2018-12-23 12:20:19 +01:00
# every PVE
[pve:children]
2019-07-22 20:57:44 +02:00
ovh_pve
fleming_pve
pacaterie_pve
edc_pve
2020-02-15 21:33:57 +01:00
gs_pve
[dhcp]
dhcp-fleming.adm.auro.re
dhcp-fleming-backup.adm.auro.re
dhcp-pacaterie.adm.auro.re
dhcp-pacaterie-backup.adm.auro.re
dhcp-edc.adm.auro.re
dhcp-gs.adm.auro.re
2020-02-15 21:33:57 +01:00
[dns]
dns-fleming.adm.auro.re
dns-fleming-backup.adm.auro.re
dns-pacaterie.adm.auro.re
dns-pacaterie-backup.adm.auro.re
dns-edc.adm.auro.re
dns-gs.adm.auro.re