Initial commit, coturn 4.6 image
This commit is contained in:
commit
d251ffa088
9 changed files with 243 additions and 0 deletions
11
defaults/main.yml
Normal file
11
defaults/main.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue