matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev 13ab9eb238 Do not touch hostname and timezone
Let's let the admin set them as they wish.
We don't care what they are anyway.

If other things run on the same server,
it's also better not to hijack these for our
own purposes, especially when we don't need to.

The timedatectl call also seems to fail on Ubuntu 17.04
for some reason (missing timezones information file?).
2017-09-11 22:55:05 +03:00
..
import_media_store.yml Add support for storing Matrix Synapse's media_store to Amazon S3 2017-09-07 18:26:41 +03:00
import_sqlite_db.yml Add support for using an external PostgreSQL server 2017-09-08 17:24:27 +03:00
main.yml Do not do the S3 setup so early 2017-09-08 10:50:31 +03:00
register_user.yml Do not assume /usr/local/bin is always on the PATH 2017-09-08 10:47:12 +03:00
setup_base.yml Do not touch hostname and timezone 2017-09-11 22:55:05 +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 Add support for using an external PostgreSQL server 2017-09-08 17:24:27 +03:00
setup_riot_web.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_s3fs.yml Fix idempotency problem when getting rid of S3 setup 2017-09-08 16:34:40 +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 Add support for using an external PostgreSQL server 2017-09-08 17:24:27 +03:00
start.yml Do not try to start postgres when it's external 2017-09-11 00:58:22 +03:00