diff --git a/roles/jitsi/defaults/main.yml b/roles/jitsi/defaults/main.yml index d99b4bf..1151a02 100644 --- a/roles/jitsi/defaults/main.yml +++ b/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) }}"