You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.7 KiB
YAML
82 lines
1.7 KiB
YAML
---
|
|
jitsi_version: "stable"
|
|
|
|
jitsi_install_dir: /opt/jitsi
|
|
jitsi_config_dir: /opt/jitsi-meet-cfg
|
|
|
|
jitsi_timezone: UTC
|
|
|
|
jitsi_http_port: 8000
|
|
jitsi_https_port: 8443
|
|
jitsi_jvb_port: 10000
|
|
|
|
jitsi_public_url: ""
|
|
|
|
# Set this when running behind NAT or on a host with multiple interfaces.
|
|
# Example:
|
|
# jitsi_jvb_advertise_ips:
|
|
# - "203.0.113.10"
|
|
jitsi_jvb_advertise_ips: []
|
|
|
|
jitsi_restart_policy: unless-stopped
|
|
|
|
jitsi_enable_letsencrypt: false
|
|
jitsi_letsencrypt_domain: ""
|
|
jitsi_letsencrypt_email: ""
|
|
|
|
jitsi_enable_http_redirect: false
|
|
|
|
# Authentication
|
|
jitsi_enable_auth: false
|
|
jitsi_enable_guests: true
|
|
jitsi_auth_type: internal
|
|
jitsi_enable_auto_login: true
|
|
|
|
# Optional components
|
|
jitsi_enable_jigasi: false
|
|
jitsi_enable_jibri: false
|
|
jitsi_enable_transcriber: false
|
|
jitsi_enable_etherpad: false
|
|
jitsi_enable_whiteboard: false
|
|
|
|
# Jitsi passwords.
|
|
#
|
|
# IMPORTANT:
|
|
# Supply these from Ansible Vault in production.
|
|
jitsi_jicofo_auth_password: ""
|
|
jitsi_jvb_auth_password: ""
|
|
jitsi_jigasi_xmpp_password: ""
|
|
jitsi_jigasi_transcriber_password: ""
|
|
jitsi_jibri_recorder_password: ""
|
|
jitsi_jibri_xmpp_password: ""
|
|
|
|
# Docker image configuration
|
|
jitsi_image_repo: ghcr.io/jitsi
|
|
jitsi_image_version: ""
|
|
|
|
# Whether the role should install Docker.
|
|
jitsi_manage_docker: true
|
|
|
|
# Docker packages on Debian/Ubuntu.
|
|
jitsi_docker_packages:
|
|
- docker-ce
|
|
- docker-ce-cli
|
|
- containerd.io
|
|
- docker-buildx-plugin
|
|
- docker-compose-plugin
|
|
|
|
# Firewall
|
|
jitsi_manage_firewall: false
|
|
jitsi_firewall_ports:
|
|
- "80/tcp"
|
|
- "443/tcp"
|
|
- "10000/udp"
|
|
|
|
# Additional environment variables to pass to Jitsi.
|
|
#
|
|
# Example:
|
|
# jitsi_extra_env:
|
|
# ENABLE_XMPP_WEBSOCKET: "1"
|
|
# ENABLE_COLIBRI_WEBSOCKET: "1"
|
|
jitsi_extra_env: {}
|