matrix-docker-ansible-deploy/roles/matrix-synapse/tasks
Slavi Pantaleev d6c4d41c2b Define instanceId property on workers
This give us the possibility to run multiple instances of
workers that that don't expose a port.

Right now, we don't support that, but in the future we could
run multiple `federation_sender` or `pusher` workers, without
them fighting over naming (previously, they'd all be named
something like `matrix-synapse-worker-pusher-0`, because
they'd all define `port` as `0`).
2021-02-18 18:19:51 +02:00
..
ext Update settings for Synapse v1.14.0 2020-05-28 15:23:05 +03:00
goofys Make S3-mounting path configurable 2021-02-09 22:05:07 +02:00
rust-synapse-compress-state Name the Synapse database on state compression import 2021-01-28 17:54:02 +01:00
synapse Define instanceId property on workers 2021-02-18 18:19:51 +02:00
import_media_store.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
init.yml Allow Synapse worker list to be generated dynamically 2021-02-15 11:25:35 +02:00
main.yml Rename some doc files and commands related to importing 2020-12-14 01:51:00 +02:00
register_user.yml Use |quote in some command calls 2020-04-24 09:59:30 +03:00
self_check_client_api.yml Run all API self checks in check_mode 2020-07-04 15:24:33 +02:00
self_check_federation_api.yml Run all API self checks in check_mode 2020-07-04 15:24:33 +02:00
setup_synapse.yml Relocate tasks related to Synapse workers 2021-02-15 11:18:47 +02:00
update_user_password.yml Remove hardcoded command paths in playbook shell usage 2020-05-27 23:14:56 +02:00
validate_config.yml Do not let people enable more than 1 federation_sender worker 2021-02-15 11:37:03 +02:00