ansible/hosts

105 lines
1.7 KiB
Plaintext
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.
2019-01-02 18:09:22 +01:00
[ovh-pve]
2019-05-23 07:00:27 +02:00
horus.adm.auro.re
2018-12-23 12:20:19 +01:00
2019-01-02 18:09:22 +01:00
[ovh-container]
2019-02-06 18:32:25 +01:00
riot.adm.auro.re
2019-02-16 12:50:18 +01:00
synapse.adm.auro.re
2019-02-06 18:32:25 +01:00
codimd.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
2019-01-19 15:58:05 +01:00
pad.adm.auro.re
2019-01-05 10:28:17 +01:00
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-01-02 18:09:22 +01: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
2018-12-23 12:20:19 +01:00
2019-03-04 09:23:50 +01:00
[ovh-testing-vm]
re2o-test.adm.auro.re
2019-01-03 12:03:11 +01:00
[fleming-pve]
2019-03-04 09:23:50 +01:00
#freya.adm.auro.re
#odin.adm.auro.re
2019-01-02 18:09:22 +01:00
2019-05-03 14:46:24 +02:00
[fleming-vm]
2019-03-04 09:23:50 +01:00
#ldap-replica-fleming1.adm.auro.re
#ldap-replica-fleming2.adm.auro.re
2019-01-03 12:03:11 +01:00
[pacaterie-pve]
2019-03-18 18:49:35 +01:00
mordred.adm.auro.re
2019-05-03 14:46:24 +02:00
[pacaterie-vm]
ldap-replica-pacaterie.adm.auro.re
dhcp-pacaterie.adm.auro.re
dns-pacaterie.adm.auro.re
prometheus-pacaterie.adm.auro.re
2019-05-04 18:43:58 +02:00
radius-pacaterie.adm.auro.re
2019-05-07 18:51:22 +02:00
unifi-pacaterie.adm.auro.re
2019-05-03 14:46:24 +02:00
2019-04-07 16:59:19 +02:00
[edc-pve]
leodagan.adm.auro.re
[georgesand-pve]
merlin.adm.auro.re
2019-01-02 18:09:22 +01:00
# everything at ovh
[ovh:children]
ovh-pve
ovh-container
ovh-vm
2019-03-04 09:23:50 +01:00
# everything at ovh-testing
[ovh-testing:children]
ovh-testing-vm
2019-01-03 12:03:11 +01:00
# everything at fleming
[fleming:children]
fleming-pve
2019-05-03 14:46:24 +02:00
fleming-vm
2018-12-23 12:20:19 +01:00
# everything at pacaterie
[pacaterie:children]
pacaterie-pve
2019-05-03 14:46:24 +02:00
pacaterie-vm
2019-04-07 16:59:19 +02:00
# everything at edc
[edc:children]
edc-pve
# everything at georgesand
[georgesand:children]
georgesand-pve
2018-12-23 12:20:19 +01:00
# every LXC container
[container:children]
2019-01-02 18:09:22 +01:00
ovh-container
2018-12-23 16:09:12 +01:00
# every virtual machine
[vm:children]
2019-01-02 18:09:22 +01:00
ovh-vm
2019-05-03 14:46:24 +02:00
fleming-vm
pacaterie-vm
2018-12-23 12:20:19 +01:00
# every PVE
[pve:children]
2019-01-02 18:09:22 +01:00
ovh-pve
2019-01-03 12:33:37 +01:00
fleming-pve
pacaterie-pve
2019-04-07 16:59:19 +02:00
edc-pve
georgesand-pve