servers/roles/reverse-proxy/tasks/main.yml

6 lines
146 B
YAML
Raw Normal View History

2024-11-15 14:44:29 +00:00
- name: Set up nginx site
template:
dest: '/etc/nginx/http.d/{{ inventory_hostname }}.conf'
src: 'nginx.conf.j2'
notify: reload nginx