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 Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
setup_base.yml Do not disable SELinux on RedHat systems 2018-12-20 15:30:43 +02:00
setup_corporal_overrides.yml Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
setup_corporal.yml Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
setup_coturn.yml Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
setup_goofys.yml Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
setup_mailer.yml Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
setup_main.yml add script + doc to remove everything 2018-11-28 11:02:51 +01:00
setup_mxisd.yml Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
setup_nginx_proxy.yml Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
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 Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
setup_ssl.yml Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
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 Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
setup_synapse_ext_mautrix_whatsapp.yml Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
setup_synapse_ext_rest_auth.yml Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
setup_synapse_ext_shared_secret_auth.yml Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
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 Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00
setup_well_known.yml Relocate some playbook task files to make it easier to navigate 2018-10-21 13:14:47 +03:00