prometheus/server/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 25 Apr 2021 14:02:58 -0500
changeset 150 edba76ec4e33
parent 8 20975062661d
permissions -rw-r--r--
Updated arch to arm64

---

- name: restart prometheus service
  systemd: name="prometheus.service" state="restarted" daemon_reload="yes"
  become: yes

- name: restart grafana service
  systemd: name="grafana-server.service" state="restarted" daemon_reload="yes"
  become: yes