7 lines
164 B
YAML
7 lines
164 B
YAML
---
|
|
- name: "(Setup: NGINX Plus) Setup NGINX Plus API"
|
|
template:
|
|
src: api.j2
|
|
dest: /etc/nginx/conf.d/api.conf
|
|
notify: "(Handler: All OSs) Reload NGINX"
|