aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/turn.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/turn.yml')
-rw-r--r--playbooks/turn.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/turn.yml b/playbooks/turn.yml
new file mode 100644
index 0000000..20b6196
--- /dev/null
+++ b/playbooks/turn.yml
@@ -0,0 +1,10 @@
+- import_playbook: common.yml
+ tags: common
+ vars:
+ hostlist: turn_servers
+
+- name: configure coturn
+ hosts: turn_servers
+ tags: coturn,turn
+ roles:
+ - role: coturn