summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-jitsi.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-07-11 15:02:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-07-11 15:02:12 +0200
commit0b409eb0fa1743e21fb44a62011145453a6cc3bc (patch)
tree9dcbcb248752532e2fdafff0bf79c3054117d029 /inventory/host_vars/ele-jitsi.yml
parentjitsi: update meed on sk-cloudio (diff)
jitsi/meet: add support for authentication
Diffstat (limited to 'inventory/host_vars/ele-jitsi.yml')
-rw-r--r--inventory/host_vars/ele-jitsi.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-jitsi.yml b/inventory/host_vars/ele-jitsi.yml
index cb48b466..8f5d881b 100644
--- a/inventory/host_vars/ele-jitsi.yml
+++ b/inventory/host_vars/ele-jitsi.yml
@@ -37,3 +37,8 @@ jitsi_meet_hostname: remote.elev8.at
jitsi_meet_p2p_enable: no
jitsi_meet_secrets: "{{ vault_jitsi_meet_secrets }}"
+
+jitsi_meet_auth:
+ enable_guests: yes
+ users:
+ operator: "{{ vault_jitsi_meet_auth_user_passwords['operator'] }}"