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