Move matrix-bridge-mx-puppet-groupme to its own container network

This commit is contained in:
Slavi Pantaleev
2024-01-08 17:12:38 +02:00
parent 82de4581e3
commit f94f2b9823
6 changed files with 52 additions and 15 deletions

View File

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