Automated changes from linter ;P
This commit is contained in:
parent
44b73a216f
commit
f7f04e7a41
65 changed files with 392 additions and 324 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
ansible.builtin.apt:
|
||||
name: prometheus
|
||||
|
||||
- name: Configure Prometheus
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: prometheus.yml
|
||||
dest: "{{ prometheus_config_dir }}/prometheus.yml"
|
||||
owner: root
|
||||
|
@ -13,7 +13,7 @@
|
|||
notify: restart prometheus
|
||||
|
||||
- name: Configure Prometheus args
|
||||
lineinfile:
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/default/prometheus
|
||||
line: >-
|
||||
ARGS="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue