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

36 lines
817 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-09-15 21:27:06 +02:00
nginx_configure: true
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:
2020-09-08 00:44:54 +02:00
- brotli
- geoip
- image-filter
- name: njs
# version: =1.19.4+0.4.4-1~bionic
state: present
2020-09-08 00:44:54 +02:00
- perl
- xslt