19 lines
397 B
YAML
19 lines
397 B
YAML
- name: restart grafana
|
|
shell:
|
|
chdir: /opt/grafana
|
|
cmd: "{{ docker_update_command }}"
|
|
|
|
- name: restart influxdb
|
|
shell:
|
|
chdir: /opt/influxdb
|
|
cmd: "{{ docker_update_command }}"
|
|
|
|
- name: restart prometheus
|
|
shell:
|
|
chdir: /opt/prometheus
|
|
cmd: "{{ docker_update_command }}"
|
|
|
|
- name: restart telegraf
|
|
shell:
|
|
chdir: /opt/telegraf
|
|
cmd: "{{ docker_update_command }}"
|