Cleanup Prometheus alerts #45
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
- name: Configure Prometheus
|
- name: Configure Prometheus
|
||||||
template:
|
template:
|
||||||
src: prometheus.yml.j2
|
src: "{{ item }}.j2"
|
||||||
dest: /etc/prometheus/prometheus.yml
|
dest: "/etc/prometheus/{{ item }}"
|
||||||
owner: prometheus
|
owner: prometheus
|
||||||
group: prometheus
|
group: prometheus
|
||||||
mode: u=r,g=r,o=
|
mode: u=r,g=r,o=
|
||||||
|
|
Loading…
Reference in a new issue