From 0261e875679f1bf63c8d689da7fc7e014597885d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sat, 4 Feb 2023 01:23:43 -0500 Subject: initial commit --- playbooks/turn.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 playbooks/turn.yml (limited to 'playbooks/turn.yml') 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 -- cgit