ansible/roles/grafana/tasks/nginx.yaml

9 lines
178 B
YAML
Raw Normal View History

2019-12-01 20:40:29 -06:00
- name: configure nginx
template:
src: nginx.conf.j2
2020-09-20 22:44:45 -05:00
dest: "{{ nginx_conf_d_path }}/grafana.conf"
2019-12-01 20:40:29 -06:00
owner: root
group: root
mode: 0644
notify: reload nginx