ansible-role-nginx/tests/playbooks/nginx-upload.yml
Alessandro Fael Garcia 4281c51dbc Create test playbooks
2018-04-16 13:28:32 -07:00

12 lines
244 B
YAML

---
- 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