feat(synapse): add ansible role

This commit is contained in:
2024-09-20 14:15:55 +02:00
parent 2517fe72db
commit 50ae4f63cc
29 changed files with 1109 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Ensure synapse is restarted
listen: synapse-restart
community.docker.docker_container:
name: "{{ synapse_container_name }}"
state: started
restart: true
when: synapse_deployment_method == 'docker'