ansible/roles/grafana/tasks/nginx.yaml

9 lines
178 B
YAML
Raw Normal View History

2019-12-02 02:40:29 +00:00
- name: configure nginx
template:
src: nginx.conf.j2
2020-09-21 03:44:45 +00:00
dest: "{{ nginx_conf_d_path }}/grafana.conf"
2019-12-02 02:40:29 +00:00
owner: root
group: root
mode: 0644
notify: reload nginx