matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks
Slavi Pantaleev 735bacca89 Do not run matrix-nginx-proxy config injection tasks unless necessary
These `init.yml` (now `inject_into_nginx_proxy.yml`) tasks do not need
to `always` run. They only need to run for `setup-all` and
`setup-nginx-proxy`. Unless we're dealing with these 2 tags, we can
spare ourselves a lot of work.

This patch also moves the `when` statement from `init.yml` into
`main.yml` in an effort to further optimize things by potentially
avoiding the extra file include.
2022-11-23 15:52:58 +02:00
..
ext Remove various init.yml files - initialize systemd services, etc., statically (not at runtime) 2022-11-23 11:45:46 +02:00
goofys Include ensure_openssl_installed and ensure_fuse_installed utils in a more reliable way 2022-11-05 09:18:58 +02:00
rust-synapse-compress-state matrix_*_retries_{count,delay} -> devture_playbook_help_*_retries_{count,delay} 2022-11-04 16:44:29 +02:00
synapse Do not run matrix-nginx-proxy config injection tasks unless necessary 2022-11-23 15:52:58 +02:00
import_media_store.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
inject_into_nginx_proxy.yml Do not run matrix-nginx-proxy config injection tasks unless necessary 2022-11-23 15:52:58 +02:00
main.yml Do not run matrix-nginx-proxy config injection tasks unless necessary 2022-11-23 15:52:58 +02:00
register_user.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
self_check_client_api.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
self_check_federation_api.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
setup_synapse.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
update_user_password.yml matrix_host_command_docker -> devture_systemd_docker_base_host_command_docker (via com.devture.ansible.role.systemd_docker_base) 2022-11-04 16:39:35 +02:00
validate_config.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00