Some clean up in hosts
This commit is contained in:
parent
36343d90fd
commit
ef88d0a42b
1 changed files with 45 additions and 10 deletions
55
hosts
55
hosts
|
@ -1,8 +1,12 @@
|
|||
# Aurore servers inventory
|
||||
|
||||
# How to name your server ?
|
||||
# > We name servers according to location, then type.
|
||||
# > Then we regroup everything in global geographic and type groups.
|
||||
# > We name servers according to location, then type, then function.
|
||||
# > Then we regroup everything in global geographic, type and function groups.
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Aurore : main services
|
||||
|
||||
[aurore_pve]
|
||||
merlin.adm.auro.re
|
||||
|
@ -10,6 +14,10 @@ merlin.adm.auro.re
|
|||
[aurore_vm]
|
||||
radius-aurore.adm.auro.re
|
||||
|
||||
|
||||
###############################################################################
|
||||
# OVH
|
||||
|
||||
[ovh_pve]
|
||||
horus.adm.auro.re
|
||||
|
||||
|
@ -36,6 +44,10 @@ radius-aurore.adm.auro.re
|
|||
[ovh_testing_vm]
|
||||
#re2o-test.adm.auro.re
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Les Jardins de Fleming
|
||||
|
||||
[fleming_pve]
|
||||
freya.adm.auro.re
|
||||
marki.adm.auro.re
|
||||
|
@ -55,6 +67,10 @@ unifi-fleming.adm.auro.re
|
|||
routeur-fleming.adm.auro.re
|
||||
routeur-fleming-backup.adm.auro.re
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Pacaterie
|
||||
|
||||
[pacaterie_physical]
|
||||
mordred.adm.auro.re
|
||||
titan.adm.auro.re
|
||||
|
@ -74,6 +90,10 @@ unifi-pacaterie.adm.auro.re
|
|||
routeur-pacaterie.adm.auro.re
|
||||
routeur-pacaterie-backup.adm.auro.re
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Emilie du Chatelet
|
||||
|
||||
[edc_pve]
|
||||
chapalux.adm.auro.re
|
||||
|
||||
|
@ -87,18 +107,26 @@ routeur-aurore.adm.auro.re
|
|||
ldap-replica-edc.adm.auro.re
|
||||
#ldap-replica-edc-backup.adm.auro.re
|
||||
|
||||
|
||||
###############################################################################
|
||||
# George Sand
|
||||
|
||||
[gs_pve]
|
||||
perceval.adm.auro.re
|
||||
|
||||
[gs_vm]
|
||||
dhcp-gs.adm.auro.re
|
||||
dns-gs.adm.auro.re
|
||||
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
|
||||
prometheus-gs.adm.auro.re
|
||||
#ldap-replica-gs.adm.auro.re
|
||||
#ldap-replica-gs-backup.adm.auro.re
|
||||
#inexistant : ldap-replica-gs.adm.auro.re
|
||||
#inexistant : ldap-replica-gs-backup.adm.auro.re
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Groups by location
|
||||
|
||||
# everything at ovh
|
||||
[ovh:children]
|
||||
|
@ -128,6 +156,10 @@ edc_vm
|
|||
gs_pve
|
||||
gs_vm
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Groups by type
|
||||
|
||||
# every LXC container
|
||||
[container:children]
|
||||
ovh_container
|
||||
|
@ -148,6 +180,10 @@ pacaterie_pve
|
|||
edc_pve
|
||||
gs_pve
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Groups by service
|
||||
|
||||
[dhcp]
|
||||
dhcp-fleming.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-gs.adm.auro.re
|
||||
|
||||
[recursive_dns:children]
|
||||
rdns_main
|
||||
rdns_backup
|
||||
|
||||
[rdns_main]
|
||||
dns-fleming.adm.auro.re
|
||||
dns-pacaterie.adm.auro.re
|
||||
|
@ -168,6 +200,9 @@ dns-pacaterie.adm.auro.re
|
|||
dns-fleming-backup.adm.auro.re
|
||||
dns-pacaterie-backup.adm.auro.re
|
||||
|
||||
[recursive_dns:children]
|
||||
rdns_main
|
||||
rdns_backup
|
||||
|
||||
# FIXME:
|
||||
#dns-edc.adm.auro.re
|
||||
|
|
Loading…
Reference in a new issue