78a7e3efeb
* Add option to enable REST API * Add option to enable live dashboard * Add option to install WAF module * Load modules in nginx.conf * Improve version check for RedHat distros
7 lines
145 B
YAML
7 lines
145 B
YAML
---
|
|
- name: "(All OSs) Setup NGINX Plus API"
|
|
template:
|
|
src: api.j2
|
|
dest: /etc/nginx/conf.d/api.conf
|
|
notify: "(All OSs) Reload NGINX"
|