formatting

This commit is contained in:
uumas
2023-09-04 02:13:17 +03:00
parent 699c667a45
commit 4e9f127210
18 changed files with 60 additions and 55 deletions

View File

@@ -1,12 +1,12 @@
---
- name: Install prometheus node exporter
apt:
ansible.builtin.apt:
name: prometheus-node-exporter
- name: Set prometheus options in /etc/default/prometheus-node-exporter
template:
ansible.builtin.template:
src: templates/prometheus-node-exporter.j2
dest: /etc/default/prometheus-node-exporter
mode: 0644
notify: restart prometheus-node-exporter
mode: '0644'
notify: Restart prometheus-node-exporter