summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/coturn.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/sk-cloudio/coturn.yml')
-rw-r--r--inventory/host_vars/sk-cloudio/coturn.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-cloudio/coturn.yml b/inventory/host_vars/sk-cloudio/coturn.yml
new file mode 100644
index 00000000..43dc2d3c
--- /dev/null
+++ b/inventory/host_vars/sk-cloudio/coturn.yml
@@ -0,0 +1,14 @@
+---
+coturn_base_path: /srv/storage/coturn
+
+coturn_version: 4.5.1.3
+coturn_realm: elev8.at
+coturn_hostnames:
+ - stun.elev8.at
+ - turn.elev8.at
+
+coturn_max_bps: 1048576 ## 8Mbit/s
+coturn_bps_capacity: 13107200 ## 100Mbit/s
+coturn_threads: 4
+
+coturn_auth_secret: "{{ vault_coturn_auth_secret }}"