15 lines
188 B
YAML
15 lines
188 B
YAML
---
|
|
# Coturn
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/coturn.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
gather_facts: true
|
|
|
|
roles:
|
|
|
|
- coturn
|