[jitsi] Prepare Jitsi role

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-04 11:07:47 +01:00
parent 91d777ffba
commit d9486290c2
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 16 additions and 0 deletions

5
hosts
View File

@ -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

11
plays/jitsi.yml 100755
View File

@ -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