matrix-docker-ansible-deploy/docs
Slavi Pantaleev 51312b8250 Split playbook into multiple roles
As suggested in #63 (Github issue), splitting the
playbook's logic into multiple roles will be beneficial for
maintainability.

This patch realizes this split. Still, some components
affect others, so the roles are not really independent of one
another. For example:
- disabling mxisd (`matrix_mxisd_enabled: false`), causes Synapse
and riot-web to reconfigure themselves with other (public)
Identity servers.

- enabling matrix-corporal (`matrix_corporal_enabled: true`) affects
how reverse-proxying (by `matrix-nginx-proxy`) is done, in order to
put matrix-corporal's gateway server in front of Synapse

We may be able to move away from such dependencies in the future,
at the expense of a more complicated manual configuration, but
it's probably not worth sacrificing the convenience we have now.

As part of this work, the way we do "start components" has been
redone now to use a loop, as suggested in #65 (Github issue).
This should make restarting faster and more reliable.
2019-01-12 18:01:10 +02:00
..
ansible.md Add Ansible guide and Ansible version checks 2019-01-03 16:24:14 +02:00
configuring-dns.md Use CNAME for riot in the example table 2018-10-21 16:34:00 +03:00
configuring-playbook-bridge-mautrix-telegram.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-bridge-mautrix-whatsapp.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-email.md Update documentation about email configuration (relayhost brackets) 2018-12-13 16:32:10 +09:00
configuring-playbook-external-postgres.md Add a note about trying to use local PostgreSQL instances 2018-11-26 07:27:53 +02:00
configuring-playbook-federation.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-ldap-auth.md Add LDAP auth password provider documentation and changelog description 2018-11-28 11:21:03 +02:00
configuring-playbook-matrix-corporal.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-mxisd.md Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
configuring-playbook-own-webserver.md Add support for 2 more SSL certificate retrieval methods 2018-12-23 11:00:12 +02:00
configuring-playbook-rest-auth.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-s3.md Improve wording a bit 2018-08-08 10:10:16 +03:00
configuring-playbook-shared-secret-auth.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-ssl-certificates.md Add support for 2 more SSL certificate retrieval methods 2018-12-23 11:00:12 +02:00
configuring-playbook-telemetry.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook.md Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
configuring-well-known.md Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
importing-media-store.md Make media-store restore work with server files, not local 2019-01-01 15:57:50 +02:00
importing-postgres.md Make media-store restore work with server files, not local 2019-01-01 15:57:50 +02:00
importing-sqlite.md Make media-store restore work with server files, not local 2019-01-01 15:57:50 +02:00
installing.md Make media-store restore work with server files, not local 2019-01-01 15:57:50 +02:00
maintenance-and-troubleshooting.md Add initial version of maintenance and troubleshooting doc 2018-11-14 14:34:24 -06:00
maintenance-checking-services.md Add self-check command 2018-10-21 12:58:25 +03:00
maintenance-upgrading-postgres.md Add support for configuring Postgres auto-upgrade-backup path 2018-11-01 09:48:56 +02:00
maintenance-upgrading-services.md Link to Synapse Homeowners room 2018-12-11 10:15:09 -06:00
prerequisites.md Add Ansible guide and Ansible version checks 2019-01-03 16:24:14 +02:00
README.md Add initial version of maintenance and troubleshooting doc 2018-11-14 14:34:24 -06:00
registering-users.md add script + doc to change a user to admin 2018-11-28 11:02:15 +01:00
uninstalling.md add script + doc to remove everything 2018-11-28 11:02:51 +01:00