mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2024-07-22 10:00
This commit is contained in:
@@ -73,10 +73,19 @@
|
||||
- set_fact:
|
||||
jitsi_anonymousdomain:
|
||||
hosts:
|
||||
anonymousdomain: guest.{{ jitsi_domain }}
|
||||
- set_fact: jitsi_meet_conf={{ jitsi_anonymousdomain | combine(jitsi_meet_conf, recursive=True) }}
|
||||
when: jitsi_auth == 'ldap'
|
||||
tags: jisti
|
||||
anonymousdomain: guest.{{ jitsi_domain }}
|
||||
- set_fact: jitsi_meet_conf={{ jitsi_meet_conf | combine(jitsi_anonymousdomain, recursive=True) }}
|
||||
when: jitsi_auth == 'ldap' or jitsi_auth == 'token'
|
||||
tags: jitsi
|
||||
|
||||
- name: Set authentication url for jitsi meet
|
||||
block:
|
||||
- set_fact:
|
||||
jitsi_authurl:
|
||||
tokenAuthUrl: '{{ jitsi_token_auth_url }}'
|
||||
- set_fact: jitsi_meet_conf={{ jitsi_meet_conf | combine(jitsi_authurl, recursive=True) }}
|
||||
when: jitsi_auth == 'token'
|
||||
tags: jitsi
|
||||
|
||||
- name: Check if cert file exist
|
||||
stat: path={{ jitsi_cert_path }}
|
||||
|
Reference in New Issue
Block a user