@ -14,7 +14,7 @@ jitsi_jigasi_git_url: https://github.com/jitsi/jigasi.git
jitsi_meet_git_url : https://github.com/jitsi/jitsi-meet.git
jitsi_meet_git_url : https://github.com/jitsi/jitsi-meet.git
# Should ansible handle upgrades, or only initial install ?
# Should ansible handle upgrades, or only initial install ?
jitsi_manage_upgrade : Fals e
jitsi_manage_upgrade : Tru e
# XMPP server to connect to. Default is the same machine
# XMPP server to connect to. Default is the same machine
jitsi_xmpp_server : "{{ inventory_hostname }}"
jitsi_xmpp_server : "{{ inventory_hostname }}"
@ -68,7 +68,8 @@ jitsi_meet_conf_base:
domain : "{{ jitsi_domain }}"
domain : "{{ jitsi_domain }}"
muc : conference.{{ jitsi_domain }}
muc : conference.{{ jitsi_domain }}
bosh : '//{{ jitsi_domain }}/http-bind'
bosh : '//{{ jitsi_domain }}/http-bind'
websocket : 'wss://{{ jitsi_domain }}/xmpp-websocket'
# websocket support is broken on prosody 0.11.7 when running lua 5.1 (on EL7), so disable it for now so it fallback to BOSH
websocket : "{{ (ansible_os_family == 'RedHat' and ansible_distribution_major_version is version ('8','<')) | ternary(False,'wss://{{ jitsi_domain }}/xmpp-websocket') }}"
clientNode : http://jitsi.org/jitsimeet
clientNode : http://jitsi.org/jitsimeet
focusUserJid : "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}"
focusUserJid : "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}"
disableAudioLevels : True
disableAudioLevels : True