EOX GitLab Instance

Skip to content
Snippets Groups Projects
all.yml 334 B
Newer Older
Karl Grube's avatar
Karl Grube committed
---

- name: prometheus installed
  package:
    name: prometheus
- name: prometheus started and enabled
  service:
    name: prometheus
    state: started
    enabled: yes
- name: prometheus template
Karl Grube's avatar
Karl Grube committed
  template:
    src: prometheus.yml.j2
    dest: /etc/prometheus/prometheus.yml
  notify: restart prometheus
  tags: prometheus_conf