Add groups for server, and rules instance down only concerns server job
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
48d2c94259
commit
eb7931c66f
1 changed files with 22 additions and 0 deletions
22
hosts
22
hosts
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
viviane.adm.auro.re
|
viviane.adm.auro.re
|
||||||
|
|
||||||
|
[aurore_server]
|
||||||
|
|
||||||
[aurore_pve]
|
[aurore_pve]
|
||||||
merlin.adm.auro.re
|
merlin.adm.auro.re
|
||||||
|
|
||||||
|
@ -46,6 +48,8 @@ pendragon.adm.auro.re
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# OVH
|
# OVH
|
||||||
|
|
||||||
|
[ovh_server]
|
||||||
|
|
||||||
[ovh_pve]
|
[ovh_pve]
|
||||||
horus.adm.auro.re
|
horus.adm.auro.re
|
||||||
|
|
||||||
|
@ -192,6 +196,8 @@ fl-4-2.borne.auro.re
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Pacaterie
|
# Pacaterie
|
||||||
|
|
||||||
|
[pacaterie_server]
|
||||||
|
|
||||||
[pacaterie_pve]
|
[pacaterie_pve]
|
||||||
mordred.adm.auro.re
|
mordred.adm.auro.re
|
||||||
titan.adm.auro.re
|
titan.adm.auro.re
|
||||||
|
@ -279,6 +285,8 @@ ep-1-3.borne.auro.re
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# George Sand
|
# George Sand
|
||||||
|
|
||||||
|
[gs_server]
|
||||||
|
|
||||||
[gs_pve]
|
[gs_pve]
|
||||||
lancelot.adm.auro.re
|
lancelot.adm.auro.re
|
||||||
odin.adm.auro.re
|
odin.adm.auro.re
|
||||||
|
@ -349,6 +357,9 @@ gh-1-2.borne.auro.re
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Les Rives
|
# Les Rives
|
||||||
|
|
||||||
|
[rives_server]
|
||||||
|
|
||||||
[rives_pve]
|
[rives_pve]
|
||||||
thor.adm.auro.re
|
thor.adm.auro.re
|
||||||
loki.adm.auro.re
|
loki.adm.auro.re
|
||||||
|
@ -430,11 +441,14 @@ r3-4-8.borne.auro.re
|
||||||
|
|
||||||
# -aurore services
|
# -aurore services
|
||||||
[aurore:children]
|
[aurore:children]
|
||||||
|
aurore_server
|
||||||
|
aurore_pve
|
||||||
aurore_vm
|
aurore_vm
|
||||||
|
|
||||||
|
|
||||||
# everything at ovh
|
# everything at ovh
|
||||||
[ovh:children]
|
[ovh:children]
|
||||||
|
ovh_server
|
||||||
ovh_pve
|
ovh_pve
|
||||||
ovh_container
|
ovh_container
|
||||||
ovh_vm
|
ovh_vm
|
||||||
|
@ -448,6 +462,7 @@ fleming_unifi
|
||||||
|
|
||||||
# everything at pacaterie
|
# everything at pacaterie
|
||||||
[pacaterie:children]
|
[pacaterie:children]
|
||||||
|
pacaterie_server
|
||||||
pacaterie_pve
|
pacaterie_pve
|
||||||
pacaterie_vm
|
pacaterie_vm
|
||||||
pacaterie_unifi
|
pacaterie_unifi
|
||||||
|
@ -461,12 +476,14 @@ edc_unifi
|
||||||
|
|
||||||
# everything at georgesand
|
# everything at georgesand
|
||||||
[gs:children]
|
[gs:children]
|
||||||
|
gs_server
|
||||||
gs_pve
|
gs_pve
|
||||||
gs_vm
|
gs_vm
|
||||||
gs_unifi
|
gs_unifi
|
||||||
|
|
||||||
# everything at Les Rives
|
# everything at Les Rives
|
||||||
[rives:children]
|
[rives:children]
|
||||||
|
rives_server
|
||||||
rives_pve
|
rives_pve
|
||||||
rives_vm
|
rives_vm
|
||||||
rives_unifi
|
rives_unifi
|
||||||
|
@ -489,6 +506,11 @@ rives_vm
|
||||||
|
|
||||||
# every server
|
# every server
|
||||||
[server:children]
|
[server:children]
|
||||||
|
ovh_server
|
||||||
|
aurore_server
|
||||||
|
pacaterie_server
|
||||||
|
gs_server
|
||||||
|
rives_server
|
||||||
fleming_server
|
fleming_server
|
||||||
edc_server
|
edc_server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue