turn.yml aktualisiert

This commit is contained in:
olli 2023-08-25 11:15:01 +02:00
parent 1148bd1095
commit 6e44ea704c

View File

@ -222,18 +222,24 @@
validate: /bin/bash -n %s
notify: run turn.update
- name: Allow turn for audio/video tcp
- name: Allow turn for audio/video 5349/tcp
community.general.ufw:
rule: allow
port: '5349'
proto: tcp
- name: Allow turn for audio/video udp
- name: Allow turn for audio/video 5349/udp
community.general.ufw:
rule: allow
port: '5349'
proto: udp
- name: Allow turn for audio/video 49160-49200/udp
community.general.ufw:
rule: allow
port: '49160-49200'
proto: udp
handlers:
- name: run genpw.sh
ansible.builtin.shell: ./genpw.sh