[constellation] constellation-front -> constellation_front
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
26e65bb7bc
commit
01c2c508c6
8
hosts
8
hosts
|
@ -46,9 +46,9 @@ thelounge
|
|||
vsftpd
|
||||
|
||||
[constellation:children]
|
||||
constellation-front
|
||||
constellation_front
|
||||
|
||||
[constellation-front]
|
||||
[constellation_front]
|
||||
constellation-dev.adm.crans.org
|
||||
|
||||
[dhcp:children]
|
||||
|
@ -108,7 +108,7 @@ horde.adm.crans.org
|
|||
irc.adm.crans.org
|
||||
|
||||
[jitsi]
|
||||
jitsi.adm.crans.org
|
||||
_itsi.adm.crans.org
|
||||
|
||||
[keepalived]
|
||||
routeur-daniel.adm.crans.org
|
||||
|
@ -142,7 +142,7 @@ eclat.adm.crans.org
|
|||
ptf.adm.crans.org
|
||||
|
||||
[nginx:children]
|
||||
constellation-front
|
||||
constellation_front
|
||||
django_cas
|
||||
galene
|
||||
jitsi
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
roles:
|
||||
- constellation
|
||||
|
||||
- hosts: constellation-front
|
||||
- hosts: constellation_front
|
||||
vars:
|
||||
constellation: "{{ glob_constellation | combine(loc_constellation | default({}), recursive=True) }}"
|
||||
nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}'
|
||||
|
|
Loading…
Reference in New Issue