Remove letsencrypt mention
parent
65eff94f3f
commit
611c7f61b6
@ -0,0 +1,27 @@
|
|||||||
|
```yaml
|
||||||
|
- 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_jicofo_auth_password: "{{ vault_jitsi_jicofo_auth_password }}"
|
||||||
|
jitsi_jvb_auth_password: "{{ vault_jitsi_jvb_auth_password }}"
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue