2018-02-20 21:28:14 +01:00
|
|
|
---
|
|
|
|
- name: "(Setup: NGINX Plus) Setup NGINX Plus API"
|
|
|
|
template:
|
|
|
|
src: api.conf.j2
|
2018-03-03 00:00:07 +01:00
|
|
|
dest: "{{ (http_template_enable) | ternary('/etc/nginx/conf.d/http/api.conf','/etc/nginx/conf.d/api.conf') }}"
|
2018-02-20 21:28:14 +01:00
|
|
|
notify: "(Handler: All OSs) Reload NGINX"
|