infrastructure/ansible/roles/forrest/handlers/main.yml

12 lines
188 B
YAML

- name: restart grafana
service:
name: grafana-server
state: restarted
become: true
- name: restart influxdb
service:
name: influxdb
state: restarted
become: true