EOX GitLab Instance

Skip to content
Snippets Groups Projects
debian.yml 418 B
Newer Older
#- name: prometheus packages
#  apt:
#    name:
#      - prometheus-blackbox-exporter

Karl Grube's avatar
Karl Grube committed
- name: /etc/default/prometheus
  template:
    dest: /etc/default/prometheus
    src: default_prometheus.j2
  notify: restart prometheus
  tags: prometheus_conf

- name: systemd file
  template:
    src: prometheus_systemd.j2
    dest: /etc/systemd/system/prometheus.service
  notify: restart prometheus      
  tags: systemd