Restore dockerized grafana setup

It's stil on a separate machine, but in docker to allow more applications to be run easier and tied together.
This commit is contained in:
Jake Howard
2021-02-09 09:16:52 +00:00
parent b940d22373
commit 149d01165f
4 changed files with 55 additions and 75 deletions

View File

@ -1,11 +1,4 @@
- name: restart grafana
service:
name: grafana-server
state: restarted
become: true
- name: restart influxdb
service:
name: influxdb
state: restarted
become: true
shell:
chdir: /opt/grafana
cmd: "{{ docker_update_command }}"