matrix-docker-ansible-deploy/roles/matrix-jitsi/tasks
Slavi Pantaleev fa76128fd8 Update Jitsi to build 5142
This supersedes/fixes-up this Pull Request:
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/719

The Jitsi Web and JVB containers now (in build 5142) always
start by bulding their own default configuration
(`config.js` and `sip-communicator.properties`, respectively).

The fact that we were generating these files ourselves was no longer of use,
because our configuration was thrown away in favor of the one created
by the containers on startup.

With this commit, we're completely redoing things. We no longer
generate these configuration files. We try to pass the proper
environment variables, so that Jitsi services can generate the
configuration files themselves.

Besides that, we try to use the "custom configuration" mechanism
provided by Jitsi Web and Jitsi JVB (`custom-config.js` and
`custom-sip-communicator.properties`, respectively), so that
we and our users can inject additional configuration.

Some configuration options we had are gone now. Others are no longer
controllable via variables and need to be injected using
the `_config_extension` variables that we provide.

The validation logic that is part of the role should take care
to inform people about how to upgrade (if they're using some custom
configuration, which needs special care now). Most users should not
have to do anything special though.
2020-11-27 17:57:15 +02:00
..
init.yml Add Jitsi support 2020-03-23 17:19:15 +02:00
main.yml Undefine Jitsi secrets and require their (re-)definition 2020-04-08 09:37:54 +03:00
setup_jitsi_base.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
setup_jitsi_jicofo.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
setup_jitsi_jvb.yml Update Jitsi to build 5142 2020-11-27 17:57:15 +02:00
setup_jitsi_prosody.yml Ensure prosody plugin path created / permissions 2020-05-17 14:19:58 +02:00
setup_jitsi_web.yml Update Jitsi to build 5142 2020-11-27 17:57:15 +02:00
validate_config.yml Update Jitsi to build 5142 2020-11-27 17:57:15 +02:00