Adding option to brand across services where possible
This commit is contained in:
@@ -11,6 +11,21 @@
|
||||
- "{{ jitsi_data_dir }}/jicofo"
|
||||
- "{{ jitsi_data_dir }}/jvb"
|
||||
|
||||
- name: Deploy Jitsi custom interface config
|
||||
ansible.builtin.template:
|
||||
src: custom-interface-config.js.j2
|
||||
dest: "{{ jitsi_data_dir }}/web/custom-interface-config.js"
|
||||
mode: '0644'
|
||||
notify: restart jitsi
|
||||
|
||||
- name: Copy tenant logo to Jitsi watermark
|
||||
ansible.builtin.copy:
|
||||
src: "{{ tenant_logo_local_path }}"
|
||||
dest: "{{ jitsi_data_dir }}/web/watermark.png"
|
||||
mode: '0644'
|
||||
when: tenant_logo_local_path | default('') != ''
|
||||
notify: restart jitsi
|
||||
|
||||
- name: Deploy Jitsi docker-compose
|
||||
ansible.builtin.template:
|
||||
src: docker-compose.yml.j2
|
||||
|
||||
Reference in New Issue
Block a user