ansible-role-nginx/molecule/common/playbook_module.yml
2020-06-12 23:42:14 +02:00

23 lines
393 B
YAML

---
- name: Converge
hosts: all
roles:
- role: ansible-role-nginx
vars:
nginx_debug_output: true
nginx_cleanup_config: true
nginx_cleanup_config_path:
- directory:
- /etc/nginx/conf.d
recurse: false
nginx_modules:
njs: true
perl: true
waf: false
geoip: true
image_filter: true
rtmp: true
xslt: true