Ansible.Turn/roles/turn/tasks/main.yml

18 lines
411 B
YAML
Raw Normal View History

2022-10-15 13:17:28 +00:00
- ansible.builtin.debug:
msg: foo
2022-10-15 13:13:25 +00:00
- name: Run coturn container
community.docker.docker_container:
name: coturn
2022-10-15 13:17:28 +00:00
image: bv11-cr01.bessems.eu/proxy/coturn/coturn:{{ coturn.version }}
2022-10-15 13:13:25 +00:00
command: |
-n \
-v \
--log-file=stdout \
--lt-cred-mech \
--no-cli \
--no-tls \
--realm=dendrite
network_mode: host
restart_policy: unless-stopped