[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]
|
||||||
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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue