Move matrix-sms-bridge to its own container network and add support for non-Synapse homeservers

This commit is contained in:
Slavi Pantaleev
2024-01-08 18:10:16 +02:00
parent 8e8c9cc03b
commit 594e6d9679
5 changed files with 48 additions and 18 deletions

View File

@ -46,6 +46,11 @@
group: "{{ matrix_user_groupname }}"
when: matrix_sms_bridge_provider_android_truststore_local_path != ""
- name: Ensure matrix-sms-bridge container network is created
community.general.docker_network:
name: "{{ matrix_sms_bridge_container_network }}"
driver: bridge
- name: Ensure matrix-sms-bridge.service installed
ansible.builtin.template:
src: "{{ role_path }}/templates/systemd/matrix-sms-bridge.service.j2"