[constellation] constellation-front -> constellation_front

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-24 14:40:41 +01:00
parent 26e65bb7bc
commit 01c2c508c6
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 5 additions and 5 deletions

8
hosts
View File

@ -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

View File

@ -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({}))) }}'