Move grafana to forrest

This commit is contained in:
Jake Howard
2021-01-31 16:52:24 +00:00
parent a79e54d45a
commit c7fba8107a
11 changed files with 105 additions and 69 deletions

View File

@ -0,0 +1,11 @@
- name: restart grafana
service:
name: grafana-server
state: restarted
become: true
- name: restart influxdb
service:
name: influxdb
state: restarted
become: true