2021-01-31 16:52:24 +00:00
|
|
|
- name: restart grafana
|
2021-02-09 09:16:52 +00:00
|
|
|
shell:
|
|
|
|
chdir: /opt/grafana
|
|
|
|
cmd: "{{ docker_update_command }}"
|
2021-02-14 16:24:45 +00:00
|
|
|
|
2021-03-04 14:53:03 +00:00
|
|
|
- name: restart prometheus
|
|
|
|
shell:
|
|
|
|
chdir: /opt/prometheus
|
|
|
|
cmd: "{{ docker_update_command }}"
|
2021-03-04 15:16:54 +00:00
|
|
|
|
|
|
|
- name: restart telegraf
|
|
|
|
shell:
|
|
|
|
chdir: /opt/telegraf
|
|
|
|
cmd: "{{ docker_update_command }}"
|