|
|
@ -13,6 +13,9 @@ jitsi_jicofo_git_url: https://github.com/jitsi/jicofo.git |
|
|
|
jitsi_jigasi_git_url: https://github.com/jitsi/jigasi.git |
|
|
|
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 ? |
|
|
|
|
|
|
|
jitsi_manage_upgrade: True |
|
|
|
|
|
|
|
|
|
|
|
# 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 }}" |
|
|
|
# Port on which to connect to the XMPP server to register as a component |
|
|
|
# Port on which to connect to the XMPP server to register as a component |
|
|
@ -67,11 +70,12 @@ jitsi_meet_conf_base: |
|
|
|
bosh: '//{{ jitsi_domain }}/http-bind' |
|
|
|
bosh: '//{{ jitsi_domain }}/http-bind' |
|
|
|
websocket: 'wss://{{ jitsi_domain }}/xmpp-websocket' |
|
|
|
websocket: 'wss://{{ jitsi_domain }}/xmpp-websocket' |
|
|
|
clientNode: http://jitsi.org/jitsimeet |
|
|
|
clientNode: http://jitsi.org/jitsimeet |
|
|
|
|
|
|
|
focusUserJid: "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}" |
|
|
|
disableAudioLevels: True |
|
|
|
disableAudioLevels: True |
|
|
|
testing: |
|
|
|
testing: |
|
|
|
p2pTestMode: False |
|
|
|
p2pTestMode: False |
|
|
|
enableNoAudioDetection: True |
|
|
|
enableNoAudioDetection: True |
|
|
|
enableNoisyMicDetection: True |
|
|
|
enableNoisyMicDetection: False |
|
|
|
desktopSharingChromeExtId: null |
|
|
|
desktopSharingChromeExtId: null |
|
|
|
desktopSharingChromeSources: |
|
|
|
desktopSharingChromeSources: |
|
|
|
- screen |
|
|
|
- screen |
|
|
@ -80,9 +84,14 @@ jitsi_meet_conf_base: |
|
|
|
desktopSharingChromeMinExtVersion: 0.1 |
|
|
|
desktopSharingChromeMinExtVersion: 0.1 |
|
|
|
channelLastN: -1 |
|
|
|
channelLastN: -1 |
|
|
|
requireDisplayName: False |
|
|
|
requireDisplayName: False |
|
|
|
|
|
|
|
resolution: 480 |
|
|
|
|
|
|
|
enableLayerSuspension: True |
|
|
|
enableCalendarIntegration: False |
|
|
|
enableCalendarIntegration: False |
|
|
|
disableThirdPartyRequests: True |
|
|
|
disableThirdPartyRequests: True |
|
|
|
enableWelcomePage: True |
|
|
|
enableWelcomePage: True |
|
|
|
|
|
|
|
useStunTurn: True |
|
|
|
|
|
|
|
localRecording: |
|
|
|
|
|
|
|
enabled: True |
|
|
|
p2p: |
|
|
|
p2p: |
|
|
|
enabled: True |
|
|
|
enabled: True |
|
|
|
useStunTurn: True |
|
|
|
useStunTurn: True |
|
|
@ -143,10 +152,11 @@ jitsi_meet_interface_conf_base: |
|
|
|
- stats |
|
|
|
- stats |
|
|
|
- shortcuts |
|
|
|
- shortcuts |
|
|
|
- tileview |
|
|
|
- tileview |
|
|
|
#- videobackgroundblur |
|
|
|
- videobackgroundblur |
|
|
|
- download |
|
|
|
- download |
|
|
|
- help |
|
|
|
- help |
|
|
|
- mute-everyone |
|
|
|
- mute-everyone |
|
|
|
|
|
|
|
#- localrecording |
|
|
|
SETTINGS_SECTIONS: |
|
|
|
SETTINGS_SECTIONS: |
|
|
|
- devices |
|
|
|
- devices |
|
|
|
- language |
|
|
|
- language |
|
|
@ -214,6 +224,8 @@ jitsi_jigasi_default_room: sip |
|
|
|
#jitsi_jigasi_sip_user: |
|
|
|
#jitsi_jigasi_sip_user: |
|
|
|
#jitsi_jigasi_sip_secret: |
|
|
|
#jitsi_jigasi_sip_secret: |
|
|
|
#jitsi_jigasi_sip_server: |
|
|
|
#jitsi_jigasi_sip_server: |
|
|
|
|
|
|
|
jitsi_jigasi_sip_port: 5060 |
|
|
|
|
|
|
|
jitsi_jigasi_sip_transport: UDP |
|
|
|
|
|
|
|
|
|
|
|
jitsi_jigasi_xmpp_user: jigasi |
|
|
|
jitsi_jigasi_xmpp_user: jigasi |
|
|
|
jitsi_jigasi_xmpp_domain: "{{ jitsi_auth_domain }}" |
|
|
|
jitsi_jigasi_xmpp_domain: "{{ jitsi_auth_domain }}" |
|
|
@ -234,7 +246,7 @@ jitsi_confmapper_conf_base: |
|
|
|
port: "{{ jitsi_confmapper_port }}" |
|
|
|
port: "{{ jitsi_confmapper_port }}" |
|
|
|
host: 0.0.0.0 |
|
|
|
host: 0.0.0.0 |
|
|
|
expire_seconds: 86400 |
|
|
|
expire_seconds: 86400 |
|
|
|
id_max_length: 5 |
|
|
|
id_max_length: 4 |
|
|
|
db_file: "{{ jitsi_root_dir }}/data/confmapper.sqlite" |
|
|
|
db_file: "{{ jitsi_root_dir }}/data/confmapper.sqlite" |
|
|
|
jitsi_confmapper_conf_extra: {} |
|
|
|
jitsi_confmapper_conf_extra: {} |
|
|
|
jitsi_confmapper_conf: "{{ jitsi_confmapper_conf_base | combine(jitsi_confmapper_conf_extra, recursive=True) }}" |
|
|
|
jitsi_confmapper_conf: "{{ jitsi_confmapper_conf_base | combine(jitsi_confmapper_conf_extra, recursive=True) }}" |
|
|
|