ansible-role-nginx/tasks/conf/setup-api.yml
2018-01-26 11:00:26 -08:00

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"