2289b6a070
* Add build from source option * Update to Molecule 3.0 * Add service manager to Debian images * Add .gitignore entry for Ansible retry files Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
14 lines
296 B
YAML
14 lines
296 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
roles:
|
|
- role: ansible-role-nginx
|
|
vars:
|
|
nginx_debug_output: true
|
|
|
|
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
|