[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]
|
[certbot:children]
|
||||||
dovecot
|
dovecot
|
||||||
gitlab
|
gitlab
|
||||||
|
jitsi
|
||||||
mailman
|
mailman
|
||||||
radius # We use certbot to manage LE certificates
|
radius # We use certbot to manage LE certificates
|
||||||
reverseproxy
|
reverseproxy
|
||||||
|
@ -69,6 +70,9 @@ horde.adm.crans.org
|
||||||
[irc]
|
[irc]
|
||||||
irc.adm.crans.org
|
irc.adm.crans.org
|
||||||
|
|
||||||
|
[jitsi]
|
||||||
|
jitsi.adm.crans.org
|
||||||
|
|
||||||
[keepalived:children]
|
[keepalived:children]
|
||||||
routeurs_vm
|
routeurs_vm
|
||||||
|
|
||||||
|
@ -93,6 +97,7 @@ charybde.adm.crans.org
|
||||||
|
|
||||||
[nginx:children]
|
[nginx:children]
|
||||||
django_cas
|
django_cas
|
||||||
|
jitsi
|
||||||
mailman
|
mailman
|
||||||
reverseproxy
|
reverseproxy
|
||||||
roundcube
|
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