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
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
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
self_check_client_api.yml
self_check_federation_api.yml
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
validate_config.yml Prevent generic workers being combined with any of the other types 2024-01-20 11:24:32 +02:00