13a847234e
* Add more advanced HTTP templating options * Let users choose the upload destination when uploading files * Implement the ability to print your NGINX configuration to your terminal after running a playbook
12 lines
265 B
YAML
12 lines
265 B
YAML
---
|
|
- hosts: localhost
|
|
become: true
|
|
remote_user: root
|
|
roles:
|
|
- ansible-role-nginx
|
|
vars:
|
|
nginx_main_upload_enable: true
|
|
nginx_main_upload_src: ../files/nginx.conf
|
|
nginx_http_upload_enable: true
|
|
nginx_http_upload_src: ../files/http/*.conf
|