matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev 887d14884e Do not generate a new Matrix Synapse config, if one already exists
Otherwise certains values in the config file,
such as `macaroon_secret_key`, would be regenerated,
which is not something that we want.

If `macaroon_secret_key` is regenerated, all users'
auth tokens will become invalid (effectively logging out
all users).
2017-08-12 11:06:57 +03:00
..
import_media_store.yml Initial commit 2017-07-31 23:08:20 +03:00
import_sqlite_db.yml Initial commit 2017-07-31 23:08:20 +03:00
main.yml Add http->http redirection for Matrix/Riot 2017-08-06 19:10:50 +03:00
register_user.yml Allow regular users to be created as well (not only admins) 2017-08-01 11:11:29 +03:00
setup_base.yml Ensure firewalld is installed and Docker launcher after firewalld 2017-08-08 14:29:14 +03:00
setup_main.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_nginx_proxy.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_postgres.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_riot_web.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_ssl.yml Fix problem detecting matrix-nginx-proxy state when it is not installed 2017-08-08 14:31:01 +03:00
setup_synapse.yml Do not generate a new Matrix Synapse config, if one already exists 2017-08-12 11:06:57 +03:00
start.yml Initial commit 2017-07-31 23:08:20 +03:00