Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

269 satır
12 KiB

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