Add matrix_dendrite_container_network/matrix_dendrite_container_additional_networks

This commit is contained in:
Slavi Pantaleev
2023-02-26 22:05:36 +02:00
parent 31857ea9bb
commit 9e4ecf4ac9
3 changed files with 23 additions and 2 deletions

View File

@ -76,6 +76,11 @@
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
- name: Ensure Dendrite container network is created
community.general.docker_network:
name: "{{ matrix_dendrite_container_network }}"
driver: bridge
- name: Ensure matrix-dendrite.service installed
ansible.builtin.template:
src: "{{ role_path }}/templates/dendrite/systemd/matrix-dendrite.service.j2"