ansible-role-nginx-config-svc/tasks/main.yml

9 lines
186 B
YAML
Raw Normal View History

2023-03-14 15:38:06 +00:00
---
- name: configure nginx for {{ instance_name }}
template:
src: nginx.conf.j2
dest: "/etc/nginx/http.d/{{ instance_name }}.conf"
mode: 0644
notify:
- reload nginx