matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev 9a9b7383e9 Completely redo how mxisd configuration gets generated
This change is provoked by a few different things:

- #54 (Github Pull Request), which rightfully says that we need a
way to support ALL mxisd configuration options easily

- the upcoming mxisd 1.3.0 release, which drops support for
property-style configuration (dot-notation), forcing us to
redo the way we generate the configuration file

With this, mxisd is much more easily configurable now
and much more easily maintaneable by us in the future
(no need to introduce additional playbook variables and logic).
2019-01-11 19:33:54 +02:00
..
import Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
self_check Check DNS SRV record for _matrix-identity._tcp when mxisd enabled 2019-01-08 10:39:22 +02:00
setup Completely redo how mxisd configuration gets generated 2019-01-11 19:33:54 +02:00
util Make Postgres version detection logic reusable to ease maintenance 2019-01-01 13:43:51 +02:00
main.yml Replace include usage with include_tasks and import_tasks 2019-01-03 15:24:08 +02:00
register_user.yml Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
start.yml Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00
upgrade_postgres.yml Use yaml syntax instead of key=value syntax consistently 2019-01-07 23:38:39 +01:00