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

12 lines
244 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:
main_push_enable: true
main_push_location: ../files/nginx.conf
http_push_enable: false
http_push_location: ../files/http/*.conf