[thelounge] Rename irc to thelounge

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-22 14:37:54 +01:00 committed by ynerant
parent 1ec1aeca90
commit 2c9b89a74d
3 changed files with 11 additions and 4 deletions

5
hosts
View File

@ -64,7 +64,6 @@ horde.adm.crans.org
[irc] [irc]
irc.adm.crans.org irc.adm.crans.org
zamok.adm.crans.org
[keepalived:children] [keepalived:children]
routeurs_vm routeurs_vm
@ -126,6 +125,10 @@ routeur-daniel.adm.crans.org
routeur-jack.adm.crans.org routeur-jack.adm.crans.org
routeur-sam.adm.crans.org routeur-sam.adm.crans.org
[thelounge]
irc.adm.crans.org
zamok.adm.crans.org
[virtu] [virtu]
daniel.adm.crans.org daniel.adm.crans.org
jack.adm.crans.org jack.adm.crans.org

View File

@ -1,11 +1,15 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: irc - hosts: thelounge
vars:
thelounge: '{{ glob_thelounge | default({}) | combine(loc_thelounge | default({})) }}'
roles:
- thelounge
- hosts: thelounge,!adh_server
vars: vars:
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}' certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}' nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
thelounge: '{{ glob_thelounge | default({}) | combine(loc_thelounge | default({})) }}'
roles: roles:
- certbot - certbot
- nginx - nginx
- thelounge