18 lines
411 B
YAML
18 lines
411 B
YAML
- ansible.builtin.debug:
|
|
msg: foo
|
|
|
|
- name: Run coturn container
|
|
community.docker.docker_container:
|
|
name: coturn
|
|
image: bv11-cr01.bessems.eu/proxy/coturn/coturn:{{ coturn.version }}
|
|
command: |
|
|
-n \
|
|
-v \
|
|
--log-file=stdout \
|
|
--lt-cred-mech \
|
|
--no-cli \
|
|
--no-tls \
|
|
--realm=dendrite
|
|
network_mode: host
|
|
restart_policy: unless-stopped
|