fix linter
This commit is contained in:
parent
9007ea71ec
commit
e4507cfffe
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,9 @@
|
||||||
template:
|
template:
|
||||||
src: prometheus.j2
|
src: prometheus.j2
|
||||||
dest: /etc/default/prometheus
|
dest: /etc/default/prometheus
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: wrtie prometheus (base) config
|
- name: wrtie prometheus (base) config
|
||||||
notify: regenerate prometheus config
|
notify: regenerate prometheus config
|
||||||
|
|
@ -49,6 +52,9 @@
|
||||||
template:
|
template:
|
||||||
src: scrape_self.conf.j2
|
src: scrape_self.conf.j2
|
||||||
dest: /etc/prometheus/conf.d/scrape_configs/selfscrape.conf
|
dest: /etc/prometheus/conf.d/scrape_configs/selfscrape.conf
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: add config generating script
|
- name: add config generating script
|
||||||
notify: regenerate prometheus config
|
notify: regenerate prometheus config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue