Add matrix_synapse_container_network and matrix_synapse_container_additional_networks

This commit is contained in:
Slavi Pantaleev
2023-02-17 16:13:38 +02:00
parent 0ce2121d01
commit 519b32543c
4 changed files with 32 additions and 3 deletions

View File

@ -122,6 +122,11 @@
dest: "{{ matrix_synapse_config_dir_path }}/{{ matrix_server_fqn_matrix }}.log.config"
mode: 0644
- name: Ensure Synapse container network is created
community.general.docker_network:
name: "{{ matrix_synapse_container_network }}"
driver: bridge
- name: Ensure matrix-synapse.service installed
ansible.builtin.template:
src: "{{ role_path }}/templates/synapse/systemd/matrix-synapse.service.j2"