[jitsi] Prepare Jitsi role
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
91d777ffba
commit
d9486290c2
5
hosts
5
hosts
|
@ -26,6 +26,7 @@ sputnik.adm.crans.org
|
|||
[certbot:children]
|
||||
dovecot
|
||||
gitlab
|
||||
jitsi
|
||||
mailman
|
||||
radius # We use certbot to manage LE certificates
|
||||
reverseproxy
|
||||
|
@ -69,6 +70,9 @@ horde.adm.crans.org
|
|||
[irc]
|
||||
irc.adm.crans.org
|
||||
|
||||
[jitsi]
|
||||
jitsi.adm.crans.org
|
||||
|
||||
[keepalived:children]
|
||||
routeurs_vm
|
||||
|
||||
|
@ -93,6 +97,7 @@ charybde.adm.crans.org
|
|||
|
||||
[nginx:children]
|
||||
django_cas
|
||||
jitsi
|
||||
mailman
|
||||
reverseproxy
|
||||
roundcube
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts: jitsi
|
||||
vars:
|
||||
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
|
||||
nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
|
||||
jitsi: '{{ glob_jitsi | default({}) | combine(loc_jitsi | default({})) }}'
|
||||
roles:
|
||||
- jitsi
|
||||
- certbot
|
||||
- nginx
|
Loading…
Reference in New Issue