mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
8
roles/jitsi/templates/jicofo/jicofo.conf.j2
Normal file
8
roles/jitsi/templates/jicofo/jicofo.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# {{ ansible_managed }}
|
||||
JICOFO_HOST={{ jitsi_xmpp_server }}
|
||||
JICOFO_DOMAIN={{ jitsi_domain }}
|
||||
JICOFO_USER={{ jitsi_jicofo_xmpp_user }}
|
||||
JICOFO_USERDOMAIN={{ jitsi_auth_domain }}
|
||||
JICOFO_USER_PASS='{{ jitsi_jicofo_xmpp_pass }}'
|
||||
JICOFO_OPTS=''
|
||||
JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION={{ jitsi_root_dir }}/etc -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo"
|
11
roles/jitsi/templates/jicofo/sip-communicator.properties.j2
Normal file
11
roles/jitsi/templates/jicofo/sip-communicator.properties.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
{% if jitsi_auth == 'sso' %}
|
||||
org.jitsi.jicofo.auth.URL=shibboleth:default
|
||||
{% elif jitsi_auth == 'ldap' %}
|
||||
org.jitsi.jicofo.auth.URL=XMPP:{{ jitsi_domain }}
|
||||
{% endif %}
|
||||
org.jitsi.jicofo.BRIDGE_MUC=JvbBrewery@internal.{{ jitsi_auth_domain }}
|
||||
{% if jitsi_jigasi %}
|
||||
org.jitsi.jicofo.jigasi.BREWERY=JigasiBrewery@internal.{{ jitsi_auth_domain }}
|
||||
{% endif %}
|
||||
org.jitsi.jicofo.jibri.BREWERY=JibriBrewery@internal.{{ jitsi_auth_domain }}
|
||||
org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90
|
Reference in New Issue
Block a user