2019-11-21 19:53:30 +01:00
|
|
|
---
|
|
|
|
- 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
|
2019-11-21 19:53:30 +01:00
|
|
|
|
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-06-30 18:59:53 +02:00
|
|
|
|
2020-08-19 18:39:17 +02:00
|
|
|
nginx_modules:
|
2020-09-08 00:44:54 +02:00
|
|
|
- brotli
|
|
|
|
- geoip
|
|
|
|
- image-filter
|
2020-11-12 13:29:20 +01:00
|
|
|
- name: njs
|
|
|
|
# version: =1.19.4+0.4.4-1~bionic
|
|
|
|
state: present
|
2020-09-08 00:44:54 +02:00
|
|
|
- perl
|
|
|
|
- xslt
|