Initial commit, coturn 4.6 image

This commit is contained in:
Jan Beilicke 2022-10-03 21:34:23 +02:00
commit d251ffa088
9 changed files with 243 additions and 0 deletions

11
defaults/main.yml Normal file
View file

@ -0,0 +1,11 @@
---
# defaults file for coturn
docker_user: deploy
#coturn_virtual_host: turn.example.org
coturn_external_ip: "{{ ansible_host }}"
#coturn_static_auth_secret:
coturn_listening_port: "3478"
coturn_listening_port_tls: "5349"
coturn_min_port: "49160"
coturn_max_port: "49200"