[Jitsi] Put configuration in group vars

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-04 18:08:27 +01:00
parent b34b1aac4f
commit f9cc32b71b
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 4 additions and 3 deletions

View File

@ -6,3 +6,6 @@ loc_nginx:
glob_jitsi:
ip: "{{ query('ldap', 'ip', ansible_hostname, 'srv') }}"
hostname: "{{ ansible_hostname }}.crans.org"
configuration:
- "liveStreamingEnabled"
- "prejoinPageEnabled"

View File

@ -68,9 +68,7 @@
path: "/etc/jitsi/meet/{{ jitsi.hostname }}-config.js"
regexp: "{{ item }}"
line: " {{ item }}: true,"
loop:
- "liveStreamingEnabled"
- "prejoinPageEnabled"
loop: "{{ jitsi.configuration }}"
- name: Indicate role in motd
template: