Install grafana and link it to HA

This commit is contained in:
Jake Howard
2020-08-07 11:52:15 +01:00
parent 301ac37868
commit 9d014cfa1c
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart grafana
shell:
chdir: /opt/grafana
cmd: "{{ docker_update_command }}"