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

[Jitsi] Put configuration in group vars


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent b34b1aac
No related branches found
No related tags found
1 merge request!238Jitsi
......@@ -6,3 +6,6 @@ loc_nginx:
glob_jitsi:
ip: "{{ query('ldap', 'ip', ansible_hostname, 'srv') }}"
hostname: "{{ ansible_hostname }}.crans.org"
configuration:
- "liveStreamingEnabled"
- "prejoinPageEnabled"
......@@ -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:
......
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