1d3b03ea2b
* Update .travis.yml * Create Travis build matrix * Add nginx-modules.yml test playbook to Travis build matrix * Improve template test playbook * Change HTML template variables from Ansible to NGINX variables
16 lines
246 B
YAML
16 lines
246 B
YAML
---
|
|
- hosts: localhost
|
|
become: true
|
|
remote_user: root
|
|
roles:
|
|
- ansible-role-nginx
|
|
vars:
|
|
nginx_modules:
|
|
njs: true
|
|
perl: true
|
|
waf: false
|
|
geoip: true
|
|
image_filter: true
|
|
rtmp: true
|
|
xslt: true
|