Newer
Older
#- name: prometheus packages
# apt:
# name:
# - prometheus-blackbox-exporter
- name: /etc/default/prometheus
template:
dest: /etc/default/prometheus
src: default_prometheus.j2
notify: restart prometheus
- name: systemd file
template:
src: prometheus_systemd.j2
dest: /etc/systemd/system/prometheus.service
notify: restart prometheus
tags: systemd