Add grafana role

This commit is contained in:
2019-12-01 20:40:29 -06:00
parent e13a935f80
commit c13ce7cb4d
8 changed files with 185 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- name: grafana daemon-reload
systemd:
name: "{{ grafana_service_name }}"
daemon_reload: yes
state: restarted
- name: restart grafana
service:
name: "{{ grafana_service_name }}"
state: restarted