ansible-role-nginx/molecule/plus/converge.yml
2021-08-23 16:35:02 +02:00

32 lines
824 B
YAML

---
- name: Converge
hosts: all
tasks:
- name: Install NGINX Plus
include_role:
name: ansible-role-nginx
vars:
nginx_type: plus
nginx_license:
certificate: license/nginx-repo.crt
key: license/nginx-repo.key
nginx_remove_license: false
nginx_modules:
- auth-spnego
- brotli
- cookie-flag
- encrypted-session
- geoip
- "{{ ansible_facts['distribution'] == 'Amazon' | ternary('', 'geoip2') }}"
- headers-more
- image-filter
- lua
- njs
- "{{ ansible_facts['distribution'] == 'Amazon' | ternary('', 'opentracing') }}"
- passenger
- perl
- prometheus
- rtmp
- subs-filter
- xslt