matrix-docker-ansible-deploy/roles/matrix-server/tasks/setup
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
..
main.yml
setup_base.yml Do not disable SELinux on RedHat systems 2018-12-20 15:30:43 +02:00
setup_corporal_overrides.yml
setup_corporal.yml
setup_coturn.yml
setup_goofys.yml
setup_mailer.yml
setup_main.yml add script + doc to remove everything 2018-11-28 11:02:51 +01:00
setup_mxisd.yml
setup_nginx_proxy.yml
setup_postgres.yml add script + doc to change a user to admin 2018-11-28 11:02:15 +01:00
setup_riot_web.yml Enable support for custom HTML in riot-web homepage 2018-12-11 13:48:54 +00:00
setup_ssl_for_domain.yml
setup_ssl.yml
setup_synapse_ext_ldap_auth.yml Rename variable (matrix_synapse_ext_password_provider_ldap -> matrix_synapse_ext_password_provider_ldap_enabled) 2018-11-28 11:19:19 +02:00
setup_synapse_ext_mautrix_telegram.yml
setup_synapse_ext_mautrix_whatsapp.yml
setup_synapse_ext_rest_auth.yml
setup_synapse_ext_shared_secret_auth.yml
setup_synapse_ext.yml Rename variable (matrix_synapse_ext_password_provider_ldap -> matrix_synapse_ext_password_provider_ldap_enabled) 2018-11-28 11:19:19 +02:00
setup_synapse_main.yml Relocate fail check to a better place 2018-12-20 13:00:07 +02:00
setup_synapse_pre.yml Make it safer to override matrix_synapse_media_store_path 2018-12-20 13:39:01 +02:00
setup_synapse.yml
setup_well_known.yml