12 lines
266 B
YAML
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
|