Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

139 wiersze
6.1 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: true
  6. matrix_jitsi_enable_transcriptions: true
  7. matrix_jitsi_timezone: UTC
  8. matrix_jitsi_xmpp_domain: matrix-jitsi-web
  9. matrix_jitsi_xmpp_server: matrix-jitsi-prosody
  10. matrix_jitsi_xmpp_auth_domain: auth.meet.jitsi
  11. matrix_jitsi_xmpp_bosh_url_base: http://{{ matrix_jitsi_xmpp_server }}:5280
  12. matrix_jitsi_xmpp_guest_domain: guest.meet.jitsi
  13. matrix_jitsi_xmpp_muc_domain: muc.meet.jitsi
  14. matrix_jitsi_xmpp_internal_muc_domain: internal-muc.meet.jitsi
  15. matrix_jitsi_recorder_domain: recorder.meet.jitsi
  16. matrix_jitsi_jibri_brewery_muc: jibribrewery
  17. matrix_jitsi_jibri_pending_timeout: 90
  18. matrix_jitsi_jibri_xmpp_user: jibri
  19. matrix_jitsi_jibri_xmpp_password: ''
  20. matrix_jitsi_jibri_recorder_user: recorder
  21. matrix_jitsi_jibri_recorder_password: ''
  22. matrix_jitsi_web_docker_image: "jitsi/web:4384"
  23. matrix_jitsi_web_docker_image_force_pull: "{{ matrix_jitsi_web_docker_image.endswith(':latest') }}"
  24. matrix_jitsi_web_base_path: "{{ matrix_base_data_path }}/jitsi/web"
  25. matrix_jitsi_web_config_path: "{{ matrix_jitsi_web_base_path }}/config"
  26. matrix_jitsi_web_transcripts_path: "{{ matrix_jitsi_web_base_path }}/transcripts"
  27. matrix_jitsi_web_public_url: "https://{{ matrix_server_fqn_jitsi }}"
  28. # STUN servers used in the web UI. Feel free to point them to your own STUN server.
  29. # Addresses need to be prefixed with one of `stun:`, `turn:` or `turns:`.
  30. matrix_jitsi_web_stun_servers: ['stun:meet-jit-si-turnrelay.jitsi.net:443']
  31. # Controls whether the matrix-jitsi-web container exposes its HTTP port (tcp/80 in the container).
  32. #
  33. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:12080"), or empty string to not expose.
  34. matrix_jitsi_web_container_http_host_bind_port: ''
  35. # A list of extra arguments to pass to the container
  36. matrix_jitsi_web_container_extra_arguments: []
  37. # List of systemd services that matrix-jitsi-web.service depends on
  38. matrix_jitsi_web_systemd_required_services_list: ['docker.service']
  39. matrix_jitsi_web_config_defaultLanguage: 'en'
  40. matrix_jitsi_web_config_start_with_audio_muted: false
  41. matrix_jitsi_web_config_start_with_video_muted: false
  42. matrix_jitsi_web_config_testing_enableFirefoxSimulcast: false
  43. matrix_jitsi_web_config_testing_p2pTestMode: false
  44. matrix_jitsi_web_interface_config_lang_detection: false
  45. matrix_jitsi_web_interface_config_show_jitsi_watermark: true
  46. matrix_jitsi_web_interface_config_jitsi_watermark_link: "https://jitsi.org"
  47. matrix_jitsi_web_interface_config_show_brand_watermark: false
  48. matrix_jitsi_web_interface_config_brand_watermark_link: ""
  49. matrix_jitsi_web_interface_config_show_watermark_for_guests: true
  50. matrix_jitsi_web_interface_config_generate_room_names_on_welcome_page: true
  51. matrix_jitsi_web_interface_config_display_welcome_page_content: true
  52. matrix_jitsi_web_interface_config_app_name: "Jitsi Meet"
  53. matrix_jitsi_web_interface_config_native_app_name: "Jitsi Meet"
  54. matrix_jitsi_web_interface_config_provider_name: "Jitsi"
  55. matrix_jitsi_web_interface_config_invitation_powered_by: true
  56. matrix_jitsi_web_interface_config_show_powered_by: false
  57. matrix_jitsi_web_interface_config_disable_transcription_subtitles: false
  58. matrix_jisti_web_interface_config_show_deep_linking_image: false
  59. matrix_jitsi_prosody_docker_image: "jitsi/prosody:4384"
  60. matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}"
  61. matrix_jitsi_prosody_base_path: "{{ matrix_base_data_path }}/jitsi/prosody"
  62. matrix_jitsi_prosody_config_path: "{{ matrix_jitsi_prosody_base_path }}/config"
  63. # A list of extra arguments to pass to the container
  64. matrix_jitsi_prosody_container_extra_arguments: []
  65. # List of systemd services that matrix-jitsi-prosody.service depends on
  66. matrix_jitsi_prosody_systemd_required_services_list: ['docker.service']
  67. matrix_jitsi_jicofo_docker_image: "jitsi/jicofo:4384"
  68. matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}"
  69. matrix_jitsi_jicofo_base_path: "{{ matrix_base_data_path }}/jitsi/jicofo"
  70. matrix_jitsi_jicofo_config_path: "{{ matrix_jitsi_jicofo_base_path }}/config"
  71. # A list of extra arguments to pass to the container
  72. matrix_jitsi_jicofo_container_extra_arguments: []
  73. # List of systemd services that matrix-jitsi-jicofo.service depends on
  74. matrix_jitsi_jicofo_systemd_required_services_list: ['docker.service', 'matrix-jitsi-prosody.service']
  75. matrix_jitsi_jicofo_component_secret: ''
  76. matrix_jitsi_jicofo_auth_user: focus
  77. matrix_jitsi_jicofo_auth_password: ''
  78. matrix_jitsi_jvb_docker_image: "jitsi/jvb:4384"
  79. matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}"
  80. matrix_jitsi_jvb_base_path: "{{ matrix_base_data_path }}/jitsi/jvb"
  81. matrix_jitsi_jvb_config_path: "{{ matrix_jitsi_jvb_base_path }}/config"
  82. # A list of extra arguments to pass to the container
  83. matrix_jitsi_jvb_container_extra_arguments: []
  84. # List of systemd services that matrix-jitsi-jvb.service depends on
  85. matrix_jitsi_jvb_systemd_required_services_list: ['docker.service', 'matrix-jitsi-prosody.service']
  86. matrix_jitsi_jvb_auth_user: jvb
  87. matrix_jitsi_jvb_auth_password: ''
  88. # STUN servers used by JVB on the server-side, so it can discover its own external IP address.
  89. # Pointing this to a STUN server running on the same Docker network may lead to incorrect IP address discovery.
  90. matrix_jitsi_jvb_stun_servers: ['meet-jit-si-turnrelay.jitsi.net:443']
  91. matrix_jitsi_jvb_brewery_muc: jvbbrewery
  92. matrix_jitsi_jvb_rtp_udp_port: 10000
  93. matrix_jitsi_jvb_rtp_tcp_port: 4443
  94. # Controls whether the matrix-jitsi-jvb container exposes its RTP UDP port (udp/10000 in the container).
  95. #
  96. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:10000"), or empty string to not expose.
  97. matrix_jitsi_jvb_container_rtp_udp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_udp_port }}"
  98. # Controls whether the matrix-jitsi-jvb container exposes its RTP UDP port (udp/4443 in the container).
  99. #
  100. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:4443"), or empty string to not expose.
  101. matrix_jitsi_jvb_container_rtp_tcp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_tcp_port }}"