ansible-role-nginx/tests/playbooks/nginx-push.yml

12 lines
267 B
YAML
Raw Normal View History

2018-04-16 22:28:32 +02:00
---
- hosts: localhost
become: true
remote_user: root
roles:
- ansible-role-nginx
vars:
nginx_main_push_enable: true
nginx_main_push_location: ../files/nginx.conf
nginx_http_push_enable: true
nginx_http_push_location: ../files/http/*.conf