Add influxdb server for metrics
This commit is contained in:
@ -2,3 +2,8 @@
|
||||
shell:
|
||||
chdir: /opt/grafana
|
||||
cmd: "{{ docker_update_command }}"
|
||||
|
||||
- name: restart influxdb
|
||||
shell:
|
||||
chdir: /opt/influxdb
|
||||
cmd: "{{ docker_update_command }}"
|
||||
|
Reference in New Issue
Block a user