ansible-role-nginx/molecule/common/playbooks/stable_push_converge.yml

16 lines
382 B
YAML
Raw Normal View History

---
- 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-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