Skip to content
Snippets Groups Projects
Verified Commit d9486290 authored by ynerant's avatar ynerant
Browse files

[jitsi] Prepare Jitsi role


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 91d777ff
No related branches found
No related tags found
1 merge request!238Jitsi
......@@ -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
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment