matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks
Slavi Pantaleev 3c7f896246 Prevent generic workers being combined with any of the other types
Until now, the validation check would only get tripped up
if generic workers are used, combined with at least one EACH
other type of specialized workers.

This means that someone doing this:

```
matrix_synapse_workers_preset: one-of-each
matrix_synapse_workers_client_reader_workers_count: 5
```

.. would not have triggered this safety check.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3100
2024-01-20 11:24:32 +02:00
..
ext Add matrix_synapse_additional_loggers_auto and matrix_synapse_additional_loggers_custom 2023-08-30 12:53:20 +03:00
goofys Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username 2023-02-17 17:16:50 +02:00
rust-synapse-compress-state Make use of matrix_synapse_container_network in the matrix-synapse role 2023-05-02 13:22:31 +03:00
synapse Add new worker types to the dynamic workers list 2024-01-16 11:13:51 -06:00
import_media_store.yml Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username 2023-02-17 17:16:50 +02:00
import_synapse_sqlite_db.yml Restore --tags=import-synapse-sqlite-db support 2023-05-02 13:34:42 +03:00
init.yml Remove leftover Synapse metrics code for integrating with matrix-nginx-proxy 2024-01-12 12:57:28 +02:00
main.yml Fix Synapse sub-component (worker, S3, ..) uninstallation 2023-08-29 14:53:28 +03:00
register_user.yml /usr/local/bin/matrix-synapse-register-user -> /matrix/synapse/bin/register-user 2022-11-27 09:26:18 +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 Add some missing install-all/install-synapse tags to Synapse role 2023-07-28 08:40:49 +03:00
setup_uninstall.yml Fix Synapse sub-component (worker, S3, ..) uninstallation 2023-08-29 14:53:28 +03:00
update_user_password.yml Switch from matrix-postgres to com.devture.ansible.role.postgres 2022-11-27 08:04:31 +02:00
validate_config.yml Prevent generic workers being combined with any of the other types 2024-01-20 11:24:32 +02:00