Some clean up in hosts

pull/1/head
Alexandre Iooss 4 years ago
parent 36343d90fd
commit ef88d0a42b
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

55
hosts

@ -1,8 +1,12 @@
# Aurore servers inventory # Aurore servers inventory
# How to name your server ? # How to name your server ?
# > We name servers according to location, then type. # > We name servers according to location, then type, then function.
# > Then we regroup everything in global geographic and type groups. # > Then we regroup everything in global geographic, type and function groups.
###############################################################################
# Aurore : main services
[aurore_pve] [aurore_pve]
merlin.adm.auro.re merlin.adm.auro.re
@ -10,6 +14,10 @@ merlin.adm.auro.re
[aurore_vm] [aurore_vm]
radius-aurore.adm.auro.re radius-aurore.adm.auro.re
###############################################################################
# OVH
[ovh_pve] [ovh_pve]
horus.adm.auro.re horus.adm.auro.re
@ -36,6 +44,10 @@ radius-aurore.adm.auro.re
[ovh_testing_vm] [ovh_testing_vm]
#re2o-test.adm.auro.re #re2o-test.adm.auro.re
###############################################################################
# Les Jardins de Fleming
[fleming_pve] [fleming_pve]
freya.adm.auro.re freya.adm.auro.re
marki.adm.auro.re marki.adm.auro.re
@ -55,6 +67,10 @@ unifi-fleming.adm.auro.re
routeur-fleming.adm.auro.re routeur-fleming.adm.auro.re
routeur-fleming-backup.adm.auro.re routeur-fleming-backup.adm.auro.re
###############################################################################
# Pacaterie
[pacaterie_physical] [pacaterie_physical]
mordred.adm.auro.re mordred.adm.auro.re
titan.adm.auro.re titan.adm.auro.re
@ -74,6 +90,10 @@ unifi-pacaterie.adm.auro.re
routeur-pacaterie.adm.auro.re routeur-pacaterie.adm.auro.re
routeur-pacaterie-backup.adm.auro.re routeur-pacaterie-backup.adm.auro.re
###############################################################################
# Emilie du Chatelet
[edc_pve] [edc_pve]
chapalux.adm.auro.re chapalux.adm.auro.re
@ -87,18 +107,26 @@ routeur-aurore.adm.auro.re
ldap-replica-edc.adm.auro.re ldap-replica-edc.adm.auro.re
#ldap-replica-edc-backup.adm.auro.re #ldap-replica-edc-backup.adm.auro.re
###############################################################################
# George Sand
[gs_pve] [gs_pve]
perceval.adm.auro.re perceval.adm.auro.re
[gs_vm] [gs_vm]
dhcp-gs.adm.auro.re
dns-gs.adm.auro.re
routeur-gs.adm.auro.re routeur-gs.adm.auro.re
unifi-gs.adm.auro.re unifi-gs.adm.auro.re
radius-gs.adm.auro.re radius-gs.adm.auro.re
dns-gs.adm.auro.re
dhcp-gs.adm.auro.re
prometheus-gs.adm.auro.re prometheus-gs.adm.auro.re
#ldap-replica-gs.adm.auro.re #inexistant : ldap-replica-gs.adm.auro.re
#ldap-replica-gs-backup.adm.auro.re #inexistant : ldap-replica-gs-backup.adm.auro.re
###############################################################################
# Groups by location
# everything at ovh # everything at ovh
[ovh:children] [ovh:children]
@ -128,6 +156,10 @@ edc_vm
gs_pve gs_pve
gs_vm gs_vm
###############################################################################
# Groups by type
# every LXC container # every LXC container
[container:children] [container:children]
ovh_container ovh_container
@ -148,6 +180,10 @@ pacaterie_pve
edc_pve edc_pve
gs_pve gs_pve
###############################################################################
# Groups by service
[dhcp] [dhcp]
dhcp-fleming.adm.auro.re dhcp-fleming.adm.auro.re
dhcp-fleming-backup.adm.auro.re dhcp-fleming-backup.adm.auro.re
@ -156,10 +192,6 @@ dhcp-fleming-backup.adm.auro.re
#dhcp-edc.adm.auro.re #dhcp-edc.adm.auro.re
#dhcp-gs.adm.auro.re #dhcp-gs.adm.auro.re
[recursive_dns:children]
rdns_main
rdns_backup
[rdns_main] [rdns_main]
dns-fleming.adm.auro.re dns-fleming.adm.auro.re
dns-pacaterie.adm.auro.re dns-pacaterie.adm.auro.re
@ -168,6 +200,9 @@ dns-pacaterie.adm.auro.re
dns-fleming-backup.adm.auro.re dns-fleming-backup.adm.auro.re
dns-pacaterie-backup.adm.auro.re dns-pacaterie-backup.adm.auro.re
[recursive_dns:children]
rdns_main
rdns_backup
# FIXME: # FIXME:
#dns-edc.adm.auro.re #dns-edc.adm.auro.re

Loading…
Cancel
Save