Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

262 řádky
12 KiB

  1. matrix_jitsi_enabled: true
  2. matrix_jitsi_base_path: "{{ matrix_base_data_path }}/jitsi"
  3. matrix_jitsi_enable_auth: false
  4. matrix_jitsi_enable_guests: false
  5. matrix_jitsi_enable_recording: false
  6. matrix_jitsi_enable_transcriptions: false
  7. matrix_jitsi_enable_p2p: true
  8. # Authentication type, must be one of internal, jwt or ldap. Currently only
  9. # internal and ldap are supported by this playbook.
  10. matrix_jitsi_auth_type: internal
  11. # Configuration options for LDAP authentication. For details see upstream:
  12. # https://github.com/jitsi/docker-jitsi-meet#authentication-using-ldap.
  13. # Defaults are taken from:
  14. # https://github.com/jitsi/docker-jitsi-meet/blob/master/prosody/rootfs/defaults/saslauthd.conf
  15. matrix_jitsi_ldap_url: ""
  16. matrix_jitsi_ldap_base: ""
  17. matrix_jitsi_ldap_binddn: ""
  18. matrix_jitsi_ldap_bindpw: ""
  19. matrix_jitsi_ldap_filter: "uid=%u"
  20. matrix_jitsi_ldap_auth_method: "bind"
  21. matrix_jitsi_ldap_version: "3"
  22. matrix_jitsi_ldap_use_tls: false
  23. matrix_jitsi_ldap_tls_ciphers: ""
  24. matrix_jitsi_ldap_tls_check_peer: false
  25. matrix_jitsi_ldap_tls_cacert_file: "/etc/ssl/certs/ca-certificates.crt"
  26. matrix_jitsi_ldap_tls_cacert_dir: "/etc/ssl/certs"
  27. matrix_jitsi_ldap_start_tls: false
  28. matrix_jitsi_timezone: UTC
  29. matrix_jitsi_xmpp_domain: meet.jitsi
  30. matrix_jitsi_xmpp_server: xmpp.meet.jitsi
  31. matrix_jitsi_xmpp_auth_domain: auth.meet.jitsi
  32. matrix_jitsi_xmpp_bosh_url_base: http://{{ matrix_jitsi_xmpp_server }}:5280
  33. matrix_jitsi_xmpp_guest_domain: guest.meet.jitsi
  34. matrix_jitsi_xmpp_muc_domain: muc.meet.jitsi
  35. matrix_jitsi_xmpp_internal_muc_domain: internal-muc.meet.jitsi
  36. matrix_jitsi_xmpp_modules: ''
  37. matrix_jitsi_recorder_domain: recorder.meet.jitsi
  38. matrix_jitsi_jibri_brewery_muc: jibribrewery
  39. matrix_jitsi_jibri_pending_timeout: 90
  40. matrix_jitsi_jibri_xmpp_user: jibri
  41. matrix_jitsi_jibri_xmpp_password: ''
  42. matrix_jitsi_jibri_recorder_user: recorder
  43. matrix_jitsi_jibri_recorder_password: ''
  44. matrix_jitsi_enable_lobby: false
  45. matrix_jitsi_version: stable-5963
  46. matrix_jitsi_container_image_tag: "{{ matrix_jitsi_version }}" # for backward-compatibility
  47. matrix_jitsi_web_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/web:{{ matrix_jitsi_container_image_tag }}"
  48. matrix_jitsi_web_docker_image_force_pull: "{{ matrix_jitsi_web_docker_image.endswith(':latest') }}"
  49. matrix_jitsi_web_base_path: "{{ matrix_base_data_path }}/jitsi/web"
  50. matrix_jitsi_web_config_path: "{{ matrix_jitsi_web_base_path }}/config"
  51. matrix_jitsi_web_transcripts_path: "{{ matrix_jitsi_web_base_path }}/transcripts"
  52. matrix_jitsi_web_public_url: "https://{{ matrix_server_fqn_jitsi }}"
  53. # STUN servers used in the web UI. Feel free to point them to your own STUN server.
  54. # Addresses need to be prefixed with one of `stun:`, `turn:` or `turns:`.
  55. matrix_jitsi_web_stun_servers: ['stun:meet-jit-si-turnrelay.jitsi.net:443']
  56. # Controls whether Etherpad will be available within Jitsi
  57. matrix_jitsi_etherpad_enabled: false
  58. # Controls whether the matrix-jitsi-web container exposes its HTTP port (tcp/80 in the container).
  59. #
  60. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:13080"), or empty string to not expose.
  61. matrix_jitsi_web_container_http_host_bind_port: ''
  62. # A list of extra arguments to pass to the container
  63. matrix_jitsi_web_container_extra_arguments: []
  64. # List of systemd services that matrix-jitsi-web.service depends on
  65. matrix_jitsi_web_systemd_required_services_list: ['docker.service']
  66. # Some variables controlling the interface of Jitsi Web.
  67. # These get applied to `templates/web/interface_config.js.j2`.
  68. #
  69. # Besides this, you can also use `matrix_jitsi_web_custom_interface_config_extension`
  70. # to define any other configuration option.
  71. matrix_jitsi_web_interface_config_lang_detection: false
  72. matrix_jitsi_web_interface_config_show_jitsi_watermark: true
  73. matrix_jitsi_web_interface_config_jitsi_watermark_link: "https://jitsi.org"
  74. matrix_jitsi_web_interface_config_show_brand_watermark: false
  75. matrix_jitsi_web_interface_config_brand_watermark_link: ""
  76. matrix_jitsi_web_interface_config_generate_room_names_on_welcome_page: true
  77. matrix_jitsi_web_interface_config_display_welcome_page_content: true
  78. matrix_jitsi_web_interface_config_app_name: "Jitsi Meet"
  79. matrix_jitsi_web_interface_config_native_app_name: "Jitsi Meet"
  80. matrix_jitsi_web_interface_config_provider_name: "Jitsi"
  81. matrix_jitsi_web_interface_config_show_powered_by: false
  82. matrix_jitsi_web_interface_config_disable_transcription_subtitles: false
  83. matrix_jitsi_web_interface_config_show_deep_linking_image: false
  84. # Custom configuration to be injected into `interface_config.js`, passed to Jitsi Web.
  85. # This configuration gets appended to the final interface configuration that Jitsi Web uses.
  86. #
  87. # Note: not to be confused with `matrix_jitsi_web_custom_config_extension`.
  88. #
  89. # For interface configuration, the flow is like this:
  90. # - the contents of `templates/web/interface_config.js.j2` is generated (based on various `matrix_jitsi_web_interface_config_*` variables you see in this file)
  91. # - the contents of `matrix_jitsi_web_custom_interface_config_extension` is appended and can define new settings or override defaults.
  92. #
  93. # Example:
  94. # matrix_jitsi_web_custom_interface_config_extension: |
  95. # interfaceConfig.CONNECTION_INDICATOR_AUTO_HIDE_ENABLED = false;
  96. # interfaceConfig.DISABLE_VIDEO_BACKGROUND = true;
  97. matrix_jitsi_web_custom_interface_config_extension: ''
  98. # Controls after which participant audio will be muted. If not specified, defaults to Jitsi's default value (likely 10)
  99. matrix_jitsi_web_config_start_audio_muted_after_nth_participant: ~
  100. # Controls after which participant video will be muted. If not specified, defaults to Jitsi's default value (likely 10)
  101. matrix_jitsi_web_config_start_video_muted_after_nth_participant: ~
  102. matrix_jitsi_web_config_defaultLanguage: 'en'
  103. # Ideal and also maximum resolution width. If not specified, defaults to Jitsi's default value (likely 1280)
  104. matrix_jitsi_web_config_resolution_width_ideal_and_max: ~
  105. # Minimum resolution width. If not specified, defaults to Jitsi's default value (likely 320)
  106. matrix_jitsi_web_config_resolution_width_min: ~
  107. # Ideal and also maximum resolution height. If not specified, defaults to Jitsi's default value (likely 720)
  108. matrix_jitsi_web_config_resolution_height_ideal_and_max: ~
  109. # Minimum resolution height. If not specified, defaults to Jitsi's default value (likely 180)
  110. matrix_jitsi_web_config_resolution_height_min: ~
  111. # Custom configuration to be injected into `custom-config.js`, passed to Jitsi Web.
  112. # This configuration gets appended to the final configuration that Jitsi Web uses.
  113. #
  114. # Note: not to be confused with `matrix_jitsi_web_custom_interface_config_extension`.
  115. #
  116. # The flow is like this:
  117. # - some default configuration is automatically generated based on the environment variables passed to the Jitsi Web container
  118. # - the contents of `custom-config.js` is appended to it (see `templates/web/custom-config.js.j2`)
  119. # - said `custom-config.js` contains your custom contents specified in `matrix_jitsi_web_custom_config_extension`.
  120. #
  121. # Example:
  122. # matrix_jitsi_web_custom_config_extension: |
  123. # if (!config.hasOwnProperty('testing')) config.testing = {};
  124. # config.testing.p2pTestMode = true
  125. matrix_jitsi_web_custom_config_extension: ''
  126. # Additional environment variables to pass to the Jitsi Web container.
  127. # You can use this to further influence the default configuration generated by the Jitsi Web container on every startup.
  128. # Besides influencing the final configuration by passing environment variables, you can also inject custom configuration
  129. # by using `matrix_jitsi_web_custom_config_extension`.
  130. #
  131. # Example:
  132. # matrix_jitsi_web_environment_variables_extension: |
  133. # ENABLE_FILE_RECORDING_SERVICE=1
  134. # DROPBOX_APPKEY=something
  135. # DROPBOX_REDIRECT_URI=something
  136. matrix_jitsi_web_environment_variables_extension: ''
  137. matrix_jitsi_prosody_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/prosody:{{ matrix_jitsi_container_image_tag }}"
  138. matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}"
  139. matrix_jitsi_prosody_base_path: "{{ matrix_base_data_path }}/jitsi/prosody"
  140. matrix_jitsi_prosody_config_path: "{{ matrix_jitsi_prosody_base_path }}/config"
  141. matrix_jitsi_prosody_plugins_path: "{{ matrix_jitsi_prosody_base_path }}/prosody-plugins-custom"
  142. # A list of extra arguments to pass to the container
  143. matrix_jitsi_prosody_container_extra_arguments: []
  144. # List of systemd services that matrix-jitsi-prosody.service depends on
  145. matrix_jitsi_prosody_systemd_required_services_list: ['docker.service']
  146. # Neccessary Port binding for those disabling the integrated nginx proxy
  147. matrix_jitsi_prosody_container_http_host_bind_port: ''
  148. matrix_jitsi_jicofo_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}"
  149. matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}"
  150. matrix_jitsi_jicofo_base_path: "{{ matrix_base_data_path }}/jitsi/jicofo"
  151. matrix_jitsi_jicofo_config_path: "{{ matrix_jitsi_jicofo_base_path }}/config"
  152. # A list of extra arguments to pass to the container
  153. matrix_jitsi_jicofo_container_extra_arguments: []
  154. # List of systemd services that matrix-jitsi-jicofo.service depends on
  155. matrix_jitsi_jicofo_systemd_required_services_list: ['docker.service', 'matrix-jitsi-prosody.service']
  156. matrix_jitsi_jicofo_component_secret: ''
  157. matrix_jitsi_jicofo_auth_user: focus
  158. matrix_jitsi_jicofo_auth_password: ''
  159. matrix_jitsi_jvb_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jvb:{{ matrix_jitsi_container_image_tag }}"
  160. matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}"
  161. matrix_jitsi_jvb_base_path: "{{ matrix_base_data_path }}/jitsi/jvb"
  162. matrix_jitsi_jvb_config_path: "{{ matrix_jitsi_jvb_base_path }}/config"
  163. # A list of extra arguments to pass to the container
  164. matrix_jitsi_jvb_container_extra_arguments: []
  165. # List of systemd services that matrix-jitsi-jvb.service depends on
  166. matrix_jitsi_jvb_systemd_required_services_list: ['docker.service', 'matrix-jitsi-prosody.service']
  167. matrix_jitsi_jvb_auth_user: jvb
  168. matrix_jitsi_jvb_auth_password: ''
  169. # STUN servers used by JVB on the server-side, so it can discover its own external IP address.
  170. # Pointing this to a STUN server running on the same Docker network may lead to incorrect IP address discovery.
  171. matrix_jitsi_jvb_stun_servers: ['meet-jit-si-turnrelay.jitsi.net:443']
  172. matrix_jitsi_jvb_brewery_muc: jvbbrewery
  173. matrix_jitsi_jvb_rtp_udp_port: 10000
  174. matrix_jitsi_jvb_rtp_tcp_port: 4443
  175. # Custom configuration to be injected into `custom-sip-communicator.properties`, passed to Jitsi JVB.
  176. # This configuration gets appended to the final configuration that Jitsi JVB uses.
  177. #
  178. # The flow is like this:
  179. # - some default configuration is automatically generated based on the environment variables passed to the Jitsi JVB container
  180. # - the contents of `custom-sip-communicator.properties` is appended to it (see `templates/jvb/custom-sip-communicator.properties.j2`)
  181. # - said `custom-sip-communicator.properties` contains your custom contents specified in `matrix_jitsi_jvb_custom_config_extension`.
  182. #
  183. # Example:
  184. # matrix_jitsi_jvb_custom_config_extension: |
  185. # org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=false
  186. # org.jitsi.videobridge.ENABLE_STATISTICS=false
  187. matrix_jitsi_jvb_custom_config_extension: ''
  188. # Additional environment variables to pass to the Jitsi JVB container.
  189. # You can use this to further influence the default configuration generated by the Jitsi JVB container on every startup.
  190. # Besides influencing the final configuration by passing environment variables, you can also inject custom configuration
  191. # by using `matrix_jitsi_jvb_custom_config_extension`.
  192. #
  193. # Example:
  194. # matrix_jitsi_jvb_environment_variables_extension: |
  195. # SOME_VARIABLE=1
  196. # ANOTHER_VARIABLE=something
  197. matrix_jitsi_jvb_environment_variables_extension: ''
  198. # Controls whether the matrix-jitsi-jvb container exposes its RTP UDP port (udp/10000 in the container).
  199. #
  200. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:10000"), or empty string to not expose.
  201. matrix_jitsi_jvb_container_rtp_udp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_udp_port }}"
  202. # Controls whether the matrix-jitsi-jvb container exposes its RTP UDP port (udp/4443 in the container).
  203. #
  204. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:4443"), or empty string to not expose.
  205. matrix_jitsi_jvb_container_rtp_tcp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_tcp_port }}"
  206. # Controls whether the matrix-jitsi-jvb container exposes its Colibri WebSocket port (tcp/9090 in the container).
  207. #
  208. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:12090"), or empty string to not expose.
  209. matrix_jitsi_jvb_container_colibri_ws_host_bind_port: ''