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

12 lines
265 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_upload_enable: true
nginx_main_upload_src: ../files/nginx.conf
nginx_http_upload_enable: true
nginx_http_upload_src: ../files/http/*.conf