[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
|
vsftpd
|
||||||
|
|
||||||
[constellation:children]
|
[constellation:children]
|
||||||
constellation-front
|
constellation_front
|
||||||
|
|
||||||
[constellation-front]
|
[constellation_front]
|
||||||
constellation-dev.adm.crans.org
|
constellation-dev.adm.crans.org
|
||||||
|
|
||||||
[dhcp:children]
|
[dhcp:children]
|
||||||
|
@ -108,7 +108,7 @@ horde.adm.crans.org
|
||||||
irc.adm.crans.org
|
irc.adm.crans.org
|
||||||
|
|
||||||
[jitsi]
|
[jitsi]
|
||||||
jitsi.adm.crans.org
|
_itsi.adm.crans.org
|
||||||
|
|
||||||
[keepalived]
|
[keepalived]
|
||||||
routeur-daniel.adm.crans.org
|
routeur-daniel.adm.crans.org
|
||||||
|
@ -142,7 +142,7 @@ eclat.adm.crans.org
|
||||||
ptf.adm.crans.org
|
ptf.adm.crans.org
|
||||||
|
|
||||||
[nginx:children]
|
[nginx:children]
|
||||||
constellation-front
|
constellation_front
|
||||||
django_cas
|
django_cas
|
||||||
galene
|
galene
|
||||||
jitsi
|
jitsi
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
roles:
|
roles:
|
||||||
- constellation
|
- constellation
|
||||||
|
|
||||||
- hosts: constellation-front
|
- hosts: constellation_front
|
||||||
vars:
|
vars:
|
||||||
constellation: "{{ glob_constellation | combine(loc_constellation | default({}), recursive=True) }}"
|
constellation: "{{ glob_constellation | combine(loc_constellation | default({}), recursive=True) }}"
|
||||||
nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}'
|
nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}'
|
||||||
|
|
Loading…
Reference in New Issue