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