Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

117 righe
4.9 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: jibri-password
  20. matrix_jitsi_jibri_recorder_user: recorder
  21. matrix_jitsi_jibri_recorder_password: recorder-password
  22. matrix_jitsi_web_docker_image: "jitsi/web:4101"
  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. matrix_jitsi_web_stun_servers: ['stun.l.google.com:19302', 'stun1.l.google.com:19302', 'stun2.l.google.com:19302']
  30. # Controls whether the matrix-jitsi-web container exposes its HTTP port (tcp/80 in the container).
  31. #
  32. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:12080"), or empty string to not expose.
  33. matrix_jitsi_web_container_http_host_bind_port: ''
  34. # A list of extra arguments to pass to the container
  35. matrix_jitsi_web_container_extra_arguments: []
  36. # List of systemd services that matrix-jitsi-web.service depends on
  37. matrix_jitsi_web_systemd_required_services_list: ['docker.service']
  38. matrix_jitsi_prosody_docker_image: "jitsi/prosody:4101"
  39. matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}"
  40. matrix_jitsi_prosody_base_path: "{{ matrix_base_data_path }}/jitsi/prosody"
  41. matrix_jitsi_prosody_config_path: "{{ matrix_jitsi_prosody_base_path }}/config"
  42. # A list of extra arguments to pass to the container
  43. matrix_jitsi_prosody_container_extra_arguments: []
  44. # List of systemd services that matrix-jitsi-prosody.service depends on
  45. matrix_jitsi_prosody_systemd_required_services_list: ['docker.service']
  46. matrix_jitsi_jicofo_docker_image: "jitsi/jicofo:4101"
  47. matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}"
  48. matrix_jitsi_jicofo_base_path: "{{ matrix_base_data_path }}/jitsi/jicofo"
  49. matrix_jitsi_jicofo_config_path: "{{ matrix_jitsi_jicofo_base_path }}/config"
  50. # A list of extra arguments to pass to the container
  51. matrix_jitsi_jicofo_container_extra_arguments: []
  52. # List of systemd services that matrix-jitsi-jicofo.service depends on
  53. matrix_jitsi_jicofo_systemd_required_services_list: ['docker.service', 'matrix-jitsi-prosody.service']
  54. matrix_jitsi_jicofo_component_secret: s3cr37
  55. matrix_jitsi_jicofo_auth_user: focus
  56. matrix_jitsi_jicofo_auth_password: passw0rd
  57. matrix_jitsi_jvb_docker_image: "jitsi/jvb:4101"
  58. matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}"
  59. matrix_jitsi_jvb_base_path: "{{ matrix_base_data_path }}/jitsi/jvb"
  60. matrix_jitsi_jvb_config_path: "{{ matrix_jitsi_jvb_base_path }}/config"
  61. # A list of extra arguments to pass to the container
  62. matrix_jitsi_jvb_container_extra_arguments: []
  63. # List of systemd services that matrix-jitsi-jvb.service depends on
  64. matrix_jitsi_jvb_systemd_required_services_list: ['docker.service', 'matrix-jitsi-prosody.service']
  65. matrix_jitsi_jvb_auth_user: jvb
  66. matrix_jitsi_jvb_auth_password: passw0rd
  67. # STUN servers used by JVB on the server-side, so it can discover its own external IP address.
  68. # Pointing this to a STUN server running on the same Docker network may lead to incorrect IP address discovery.
  69. matrix_jitsi_jvb_stun_servers: ['stun.l.google.com:19302', 'stun1.l.google.com:19302', 'stun2.l.google.com:19302']
  70. matrix_jitsi_jvb_brewery_muc: jvbbrewery
  71. matrix_jitsi_jvb_rtp_udp_port: 10000
  72. matrix_jitsi_jvb_rtp_tcp_port: 4443
  73. # Controls whether the matrix-jitsi-jvb container exposes its RTP UDP port (udp/10000 in the container).
  74. #
  75. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:10000"), or empty string to not expose.
  76. matrix_jitsi_jvb_container_rtp_udp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_udp_port }}"
  77. # Controls whether the matrix-jitsi-jvb container exposes its RTP UDP port (udp/4443 in the container).
  78. #
  79. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:4443"), or empty string to not expose.
  80. matrix_jitsi_jvb_container_rtp_tcp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_tcp_port }}"