infrastructure/ansible/roles/forrest/handlers/main.yml
2021-06-03 20:50:54 +01:00

15 lines
298 B
YAML

- name: restart grafana
shell:
chdir: /opt/grafana
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 }}"