matrix-docker-ansible-deploy/roles/matrix-server
haslersn 22523c0e42 Support configuring mxisd's identity stores (two of them)
mxisd supports several identity stores. Add support to configure two of them:

* synapseSql (storing identities directly in Synapse's database)
* LDAP

This removed the need to copy `mxisd.yaml.j2` to the inventory in case one wants
to use LDAP as identity store. Note that the previous solution (copying
`mxisd.yaml.j2` was poor because of two reasons:

* The copy remains outdated in case the original is updated in future versions
  of this repo.
* The role's configuration should be in one place (configured only through role
  variables) instead of in multiple.

Configuring more identity stores through role variables can be supported in the
future.
2018-12-04 17:19:49 +01:00
..
defaults Support configuring mxisd's identity stores (two of them) 2018-12-04 17:19:49 +01:00
files/yum.repos.d Stop using patched synapse_port_db script 2017-10-14 09:58:06 +03:00
tasks Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
templates Support configuring mxisd's identity stores (two of them) 2018-12-04 17:19:49 +01:00