matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev 9f163b2bf5 Do not disable SELinux on RedHat systems
It looks like SELinux can be left running without any (so far) negative
effects on our Matrix services.

There's no need to use `:z` or `:Z` options when mounting volumes either.
This means that files we create are labeled with a default context
(which may not be ideal if we only want them used from containers),
but it's compatible and doesn't cause issues.

Relabelling files is probably something we wish to stay away from,
especially for things like the media store, which contains lots of
files and is possibly on a fuse-mounted (S3/goofys) filesystem.
2018-12-20 15:30:43 +02:00
..
self_check Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
setup Do not disable SELinux on RedHat systems 2018-12-20 15:30:43 +02:00
import_media_store.yml Do not restart matrix-nginx-proxy during media store import 2018-12-14 16:34:23 +09:00
import_sqlite_db.yml Add unintentionally removed quote 2018-12-13 14:44:27 +09:00
main.yml A simple idea to allow playbooks to control which bit of the role to run 2018-10-30 20:49:39 +00:00
register_user.yml Do not assume /usr/local/bin is always on the PATH 2017-09-08 10:47:12 +03:00
start.yml Add mautrix-whatsapp 2018-10-24 17:09:23 +02:00
upgrade_postgres.yml Make postgres_start_wait_time (affecting upgrades) configurable 2018-11-01 10:11:08 +02:00