matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks
Slavi Pantaleev c37cf42427 Do not delete and re-create Synapse worker configs needlessly
We had checks to avoid stopping/deleting systemd services for workers
that used to exist and will continue to exist, but we were deleting
config files for workers each time.. Only to recreate them again later.

This lead to:

- too many misleading "changed" tasks
- too much unnecessary work
- potential failures during playbook execution possibly leaving the
  system in a bad state (no worker config files)
2022-11-24 17:06:31 +02:00
..
ext Untangle the setup import/include mess in matrix-synapse 2022-11-24 16:27:11 +02:00
goofys Untangle the setup import/include mess in matrix-synapse 2022-11-24 16:27:11 +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 delete and re-create Synapse worker configs needlessly 2022-11-24 17:06:31 +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 Untangle the setup import/include mess in matrix-synapse 2022-11-24 16:27:11 +02:00
main.yml Untangle the setup import/include mess in matrix-synapse 2022-11-24 16:27:11 +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 Replace most import_tasks calls with include_tasks for improved performance 2022-11-24 11:33:45 +02:00
self_check_federation_api.yml Replace most import_tasks calls with include_tasks for improved performance 2022-11-24 11:33:45 +02:00
setup_install.yml Untangle the setup import/include mess in matrix-synapse 2022-11-24 16:27:11 +02:00
setup_uninstall.yml Untangle the setup import/include mess in matrix-synapse 2022-11-24 16:27:11 +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