ansible-role-nginx/molecule/stable_push/playbook.yml
Zeno Grandi 487a2d0c07 Use Molecule for testing (#158)
* Ported test playbooks to Molecule scenarios

* Update Travis integration

* Delete legacy tests
2019-08-03 12:53:21 +02:00

12 lines
266 B
YAML

---
- name: Converge
hosts: all
roles:
- role: ansible-role-nginx
vars:
nginx_branch: stable
nginx_main_upload_enable: true
nginx_main_upload_src: files/nginx.conf
nginx_http_upload_enable: true
nginx_http_upload_src: files/http/*.conf