mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2024-07-22 23:00
This commit is contained in:
@@ -9,12 +9,20 @@ jitsi_user: jitsi
|
||||
jitsi_web_src_ip:
|
||||
- 0.0.0.0/0
|
||||
|
||||
jitsi_jicofo_git_url: https://github.com/jitsi/jicofo.git
|
||||
jitsi_jigasi_git_url: https://github.com/jitsi/jigasi.git
|
||||
jitsi_meet_git_url: https://github.com/jitsi/jitsi-meet.git
|
||||
jitsi_version: 9584
|
||||
|
||||
# Should ansible handle upgrades, or only initial install ?
|
||||
jitsi_manage_upgrade: true
|
||||
jitsi_jicofo_archive_url: https://github.com/jitsi/jicofo/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz
|
||||
jitsi_jicofo_archive_sha256: 0be6e661a962e842704e8d2bdccfd28be21a97664883f458224e39a44679393f
|
||||
|
||||
# Jigasi has no release, nor tags, so use master
|
||||
jitsi_jigasi_archive_url: https://github.com/jitsi/jigasi/archive/refs/heads/master.tar.gz
|
||||
|
||||
jitsi_meet_archive_url: https://github.com/jitsi/jitsi-meet/archive/refs/tags/stable/jitsi-meet_{{ jitsi_version }}.tar.gz
|
||||
jitsi_meet_archive_sha256: fe52cd45159af7b9716043aae00a3f37e5874e31801261ec65d0ce9dc02c368f
|
||||
|
||||
jitsi_excalidraw_version: x21
|
||||
jitsi_excalidraw_archive_url: https://github.com/jitsi/excalidraw-backend/archive/refs/tags/{{ jitsi_excalidraw_version }}.tar.gz
|
||||
jitsi_excalidraw_archive_sha256: 7733c33667c7d9d022c1994c66819a57e44ca1c0dc71b3b71d9bcb10a09791f4
|
||||
|
||||
# XMPP server to connect to. Default is the same machine
|
||||
jitsi_xmpp_server: "{{ inventory_hostname }}"
|
||||
@@ -149,10 +157,9 @@ jitsi_meet_conf_base:
|
||||
disabled: true
|
||||
giphy:
|
||||
enabled: true
|
||||
breakoutRooms:
|
||||
hideAddRoomButton: false
|
||||
hideAutoAssignButton: true
|
||||
hideJoinRoomButton: false
|
||||
whiteboard:
|
||||
enabled: true
|
||||
collabServerBaseUrl: 'https://{{ jitsi_domain }}/'
|
||||
|
||||
jitsi_meet_conf_extra: {}
|
||||
jitsi_meet_conf: "{{ jitsi_meet_conf_base | combine(jitsi_meet_conf_extra, recursive=true) }}"
|
||||
|
Reference in New Issue
Block a user