--- - 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