aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/coturn/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/coturn/tasks/main.yml b/roles/coturn/tasks/main.yml
index ce1fb30..1be7d4e 100644
--- a/roles/coturn/tasks/main.yml
+++ b/roles/coturn/tasks/main.yml
@@ -23,3 +23,9 @@
- '{{ coturn_port }}/udp'
- '{{ coturn_min_port }}-{{ coturn_max_port }}/udp'
tags: firewalld
+
+- name: enable coturn
+ systemd:
+ name: coturn
+ state: enabled
+ started: yes