prometheus_node_exporter: lint

This commit is contained in:
uumas
2024-11-08 02:49:33 +02:00
parent 228dde059d
commit 2932426f1f
3 changed files with 0 additions and 3 deletions

View File

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