prometheus/server/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 03 May 2020 15:55:21 -0500
changeset 18 ea20908c3904
parent 8 20975062661d
permissions -rw-r--r--
Removed use of install command.

---

- 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