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.
|
|
4 hours ago | |
|---|---|---|
| defaults | 5 hours ago | |
| handlers | 5 hours ago | |
| meta | 7 hours ago | |
| tasks | 4 hours ago | |
| templates | 4 hours ago | |
| README.md | 7 hours ago | |
README.md
- name: Deploy Jitsi
hosts: jitsi
become: true
roles:
- role: jitsi
vars:
jitsi_public_url: "https://meet.example.com"
jitsi_timezone: "Europe/Warsaw"
jitsi_http_port: 80
jitsi_https_port: 443
jitsi_jvb_advertise_ips:
- "203.0.113.10"
jitsi_enable_http_redirect: true
jitsi_enable_auth: true
jitsi_enable_guests: true
jitsi_auth_type: internal
jitsi_enable_jigasi: false
jitsi_enable_jibri: false
jitsi_enable_etherpad: false
jitsi_enable_whiteboard: false
jitsi_jicofo_auth_password: "{{ vault_jitsi_jicofo_auth_password }}"
jitsi_jvb_auth_password: "{{ vault_jitsi_jvb_auth_password }}"