2018-08-02 21:51:45 +02:00
|
|
|
---
|
|
|
|
- import_tasks: install-njs.yml
|
2019-01-21 12:34:44 +01:00
|
|
|
when: nginx_modules.njs | default(false)
|
2018-08-02 21:51:45 +02:00
|
|
|
|
|
|
|
- import_tasks: install-perl.yml
|
2019-01-21 12:34:44 +01:00
|
|
|
when: nginx_modules.perl | default(false)
|
2018-08-02 21:51:45 +02:00
|
|
|
|
|
|
|
- import_tasks: install-geoip.yml
|
2019-01-21 12:34:44 +01:00
|
|
|
when: nginx_modules.geoip | default(false)
|
2018-08-02 21:51:45 +02:00
|
|
|
|
|
|
|
- import_tasks: install-image-filter.yml
|
2019-01-21 12:34:44 +01:00
|
|
|
when: nginx_modules.image_filter | default(false)
|
2018-08-02 21:51:45 +02:00
|
|
|
|
|
|
|
- import_tasks: install-rtmp.yml
|
2019-01-21 17:20:16 +01:00
|
|
|
when: nginx_modules.rtmp | default(false) and nginx_type == "plus"
|
2018-08-02 21:51:45 +02:00
|
|
|
|
|
|
|
- import_tasks: install-xslt.yml
|
2019-01-21 12:34:44 +01:00
|
|
|
when: nginx_modules.xslt | default(false)
|
2018-08-02 21:51:45 +02:00
|
|
|
|
|
|
|
- import_tasks: install-waf.yml
|
2019-08-03 12:53:21 +02:00
|
|
|
when: nginx_modules.waf | default(false) and nginx_type == "plus"
|