Update to 2020-11-02 17:00

master
Daniel Berteaud 4 years ago
parent 5fc21845b3
commit 2188ca0432
  1. 6
      roles/jitsi/defaults/main.yml

@ -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
# Should ansible handle upgrades, or only initial install ?
jitsi_manage_upgrade: True
jitsi_manage_upgrade: False
# XMPP server to connect to. Default is the same machine
jitsi_xmpp_server: "{{ inventory_hostname }}"
@ -157,7 +157,6 @@ jitsi_meet_interface_conf_base:
- help
- mute-everyone
- security
#- localrecording
SETTINGS_SECTIONS:
- devices
- language
@ -197,11 +196,14 @@ jitsi_meet_interface_conf_base:
- firefox
- nwjs
- electron
- safari
UNSUPPORTED_BROWSERS: []
AUTO_PIN_LATEST_SCREEN_SHARE: remote-only
DISABLE_PRESENCE_STATUS: False
DISABLE_JOIN_LEAVE_NOTIFICATIONS: False
SHOW_CHROME_EXTENSION_BANNER: False
ENABLE_DIAL_OUT: "{{ (jitsi_jigasi_sip_server is defined) | ternary(True, False) }}"
jitsi_meet_interface_conf_extra: {}
jitsi_meet_interface_conf: "{{ jitsi_meet_interface_conf_base | combine(jitsi_meet_interface_conf_extra, recursive=True) }}"

Loading…
Cancel
Save