aboutsummaryrefslogtreecommitdiffstats
path: root/roles/coturn/tasks
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-03-03 17:32:52 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-03-03 17:32:52 -0500
commitfa9ec1e9ff6c7eb4121f45ae37d288c12d5b8188 (patch)
tree6ee6aea270e5fb3a6e8f807ccded7843a28ab842 /roles/coturn/tasks
parentfb71aed3eaaf5ac13a0e63015b35f6b82ab17485 (diff)
downloadselfhosted-fa9ec1e9ff6c7eb4121f45ae37d288c12d5b8188.tar.gz
selfhosted-fa9ec1e9ff6c7eb4121f45ae37d288c12d5b8188.zip
coturn: actually enable the service (oops)
Diffstat (limited to 'roles/coturn/tasks')
-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