diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-07-25 23:08:12 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-07-25 23:08:12 +0200 |
commit | 1658e701dd8dfc27876e1a01007c47af05be4682 (patch) | |
tree | 417593857d845d27a3aaa067539afdf92191e4b4 /inventory | |
parent | ele-media: upgrade nextcloud and run cron script every 10mins (diff) |
jitis/meet-stream-ui: enable http auth and support new config
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ch-equinox-t450s.yml | 1 | ||||
-rw-r--r-- | inventory/host_vars/ch-equinox-ws.yml | 1 | ||||
-rw-r--r-- | inventory/host_vars/ele-jitsi.yml | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index df7759e3..d94aa203 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -266,6 +266,7 @@ ws_base_extra_packages: - python3-httplib2 - python3-jinja2 - python3-netaddr + - python3-passlib # resolvelib is not packaged for current ubuntu releases - also ansible needs special versions -> leave it to pip # - python3-resolvelib - python3-yaml diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 8e97ab10..aee2482e 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -263,6 +263,7 @@ ws_base_extra_packages: - python3-httplib2 - python3-jinja2 - python3-netaddr + - python3-passlib # resolvelib is not packaged for current ubuntu releases - also ansible needs special versions -> leave it to pip # - python3-resolvelib - python3-yaml diff --git a/inventory/host_vars/ele-jitsi.yml b/inventory/host_vars/ele-jitsi.yml index 80032c54..0815fbd8 100644 --- a/inventory/host_vars/ele-jitsi.yml +++ b/inventory/host_vars/ele-jitsi.yml @@ -49,4 +49,7 @@ jitsi_meet_auth: jitsi_meet_streamui: http_port: "{{ jitsi_meet_http_port + 1 }}" +# http_auth: +# operator: "{{ vault_jitsi_meet_auth_user_passwords['operator'] }}" image_tag: latest + default_control_room: lashuu8O |