2019-08-03 12:53:21 +02:00
|
|
|
---
|
|
|
|
- name: Converge
|
|
|
|
hosts: all
|
2020-08-19 18:39:17 +02:00
|
|
|
tasks:
|
|
|
|
- name: Push NGINX config
|
|
|
|
include_role:
|
|
|
|
name: ansible-role-nginx
|
|
|
|
vars:
|
|
|
|
nginx_debug_output: true
|
2020-03-25 18:43:32 +01:00
|
|
|
|
2020-08-19 18:39:17 +02:00
|
|
|
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
|