3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-19 06:33:24 +00:00

Add support for Debian (9+) and Ubuntu (16.04+)

This commit is contained in:
Slavi Pantaleev
2017-09-11 23:24:05 +03:00
parent 13ab9eb238
commit ded7c274f6
6 changed files with 49 additions and 4 deletions

View File

@@ -136,6 +136,7 @@
- '3478/tcp' # STUN
- '3478/udp' # STUN
- "{{ matrix_coturn_turn_udp_min_port }}-{{ matrix_coturn_turn_udp_max_port }}/udp" # TURN
when: ansible_os_family == 'RedHat'
- name: Ensure matrix-synapse.service installed
template: