Add synapse role

For all the hipster kids.
This commit is contained in:
Timotej Lazar 2024-06-25 09:45:53 +02:00
parent 74cb31e243
commit c30ec71ef2
6 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,11 @@
- name: restart synapse
service:
name: synapse
state: restarted
when: "'handler' not in ansible_skip_tags"
- name: reload nginx
service:
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"