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
|
||||
|
||||
[aurore_server]
|
||||
|
||||
[aurore_pve]
|
||||
merlin.adm.auro.re
|
||||
|
||||
|
@ -46,6 +48,8 @@ pendragon.adm.auro.re
|
|||
###############################################################################
|
||||
# OVH
|
||||
|
||||
[ovh_server]
|
||||
|
||||
[ovh_pve]
|
||||
horus.adm.auro.re
|
||||
|
||||
|
@ -192,6 +196,8 @@ fl-4-2.borne.auro.re
|
|||
###############################################################################
|
||||
# Pacaterie
|
||||
|
||||
[pacaterie_server]
|
||||
|
||||
[pacaterie_pve]
|
||||
mordred.adm.auro.re
|
||||
titan.adm.auro.re
|
||||
|
@ -279,6 +285,8 @@ ep-1-3.borne.auro.re
|
|||
###############################################################################
|
||||
# George Sand
|
||||
|
||||
[gs_server]
|
||||
|
||||
[gs_pve]
|
||||
lancelot.adm.auro.re
|
||||
odin.adm.auro.re
|
||||
|
@ -349,6 +357,9 @@ gh-1-2.borne.auro.re
|
|||
|
||||
###############################################################################
|
||||
# Les Rives
|
||||
|
||||
[rives_server]
|
||||
|
||||
[rives_pve]
|
||||
thor.adm.auro.re
|
||||
loki.adm.auro.re
|
||||
|
@ -430,11 +441,14 @@ r3-4-8.borne.auro.re
|
|||
|
||||
# -aurore services
|
||||
[aurore:children]
|
||||
aurore_server
|
||||
aurore_pve
|
||||
aurore_vm
|
||||
|
||||
|
||||
# everything at ovh
|
||||
[ovh:children]
|
||||
ovh_server
|
||||
ovh_pve
|
||||
ovh_container
|
||||
ovh_vm
|
||||
|
@ -448,6 +462,7 @@ fleming_unifi
|
|||
|
||||
# everything at pacaterie
|
||||
[pacaterie:children]
|
||||
pacaterie_server
|
||||
pacaterie_pve
|
||||
pacaterie_vm
|
||||
pacaterie_unifi
|
||||
|
@ -461,12 +476,14 @@ edc_unifi
|
|||
|
||||
# everything at georgesand
|
||||
[gs:children]
|
||||
gs_server
|
||||
gs_pve
|
||||
gs_vm
|
||||
gs_unifi
|
||||
|
||||
# everything at Les Rives
|
||||
[rives:children]
|
||||
rives_server
|
||||
rives_pve
|
||||
rives_vm
|
||||
rives_unifi
|
||||
|
@ -489,6 +506,11 @@ rives_vm
|
|||
|
||||
# every server
|
||||
[server:children]
|
||||
ovh_server
|
||||
aurore_server
|
||||
pacaterie_server
|
||||
gs_server
|
||||
rives_server
|
||||
fleming_server
|
||||
edc_server
|
||||
|
||||
|
|
Loading…
Reference in a new issue