ansible/plays/nginx_rtmp.yml

8 lines
184 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: nginx_rtmp
vars:
nginx_rtmp: "{{ glob_nginx_rtmp | default({}) | combine(loc_nginx_rtmp | default({})) }}"
roles:
- nginx-rtmp