[thelounge] Rename irc to thelounge
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
1ec1aeca90
commit
2c9b89a74d
5
hosts
5
hosts
|
@ -64,7 +64,6 @@ horde.adm.crans.org
|
|||
|
||||
[irc]
|
||||
irc.adm.crans.org
|
||||
zamok.adm.crans.org
|
||||
|
||||
[keepalived:children]
|
||||
routeurs_vm
|
||||
|
@ -126,6 +125,10 @@ routeur-daniel.adm.crans.org
|
|||
routeur-jack.adm.crans.org
|
||||
routeur-sam.adm.crans.org
|
||||
|
||||
[thelounge]
|
||||
irc.adm.crans.org
|
||||
zamok.adm.crans.org
|
||||
|
||||
[virtu]
|
||||
daniel.adm.crans.org
|
||||
jack.adm.crans.org
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
#!/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:
|
||||
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
|
||||
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
|
||||
thelounge: '{{ glob_thelounge | default({}) | combine(loc_thelounge | default({})) }}'
|
||||
roles:
|
||||
- certbot
|
||||
- nginx
|
||||
- thelounge
|
||||
|
|
Loading…
Reference in New Issue