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

34 lines
751 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2020-08-19 18:39:17 +02:00
tasks:
- name: Install NGINX modules
include_role:
name: ansible-role-nginx
vars:
nginx_debug_output: true
2020-08-19 18:39:17 +02:00
nginx_service_modify: true
nginx_service_timeout: 95
nginx_selinux: true
nginx_selinux_tcp_ports:
- 80
- 443
2020-08-19 18:39:17 +02:00
nginx_cleanup_config: true
nginx_cleanup_config_paths:
- directory:
- /etc/nginx/conf.d
recurse: false
nginx_cleanup_config_files:
- /etc/nginx/conf.d/default.conf
2020-06-12 23:42:14 +02:00
2020-08-19 18:39:17 +02:00
nginx_modules:
njs: true
perl: true
waf: false
geoip: true
image_filter: true
rtmp: true
xslt: true