diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-07-14 01:16:07 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-07-14 01:16:07 +0200 |
commit | eb148a3408331b71284c01c6cea52938de6cc5ea (patch) | |
tree | 2622b516fdbf7529a705ad42fa77e6f5400813de /inventory | |
parent | add testhosts for elevate obs workstations (diff) |
jitsi/meet: add support for stream-ui from datacop
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ele-jitsi.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-jitsi.yml b/inventory/host_vars/ele-jitsi.yml index c3251ac0..80032c54 100644 --- a/inventory/host_vars/ele-jitsi.yml +++ b/inventory/host_vars/ele-jitsi.yml @@ -46,3 +46,7 @@ jitsi_meet_auth: enable_guests: yes users: operator: "{{ vault_jitsi_meet_auth_user_passwords['operator'] }}" + +jitsi_meet_streamui: + http_port: "{{ jitsi_meet_http_port + 1 }}" + image_tag: latest |