Add influxdb server for metrics

This commit is contained in:
Jake Howard
2021-02-14 16:24:45 +00:00
parent ec0c78e6d9
commit b3a72eb8f1
7 changed files with 63 additions and 3 deletions

View File

@ -2,3 +2,8 @@
shell:
chdir: /opt/grafana
cmd: "{{ docker_update_command }}"
- name: restart influxdb
shell:
chdir: /opt/influxdb
cmd: "{{ docker_update_command }}"