Implement synchrotron balancing in nginx, replaces need for matrix-synchrotron-balancer

This commit is contained in:
uumas
2023-04-19 15:19:30 +03:00
parent 361e7d7e6b
commit 0f86bfbc02
9 changed files with 39 additions and 116 deletions

View File

@@ -21,3 +21,10 @@
enabled: true
loop: "{{ synapse_worker_services }}"
notify: Config matrix target
- name: Disable matrix-synchrotrons
ansible.builtin.systemd:
daemon_reload: true
name: matrix-synchrotron@{{ item }}.service
enabled: false
loop: "{{ synapse_synchrotrons }}"