prometheus_node_exporter: Allow listening on all

This commit is contained in:
uumas
2025-09-14 03:02:09 +03:00
parent 217b79b225
commit f2840d79a7
5 changed files with 11 additions and 3 deletions

View File

@@ -7,11 +7,12 @@
- name: debian
version_min: 11
- name: ubuntu
version_min: 24
version_min: 22
- name: Install prometheus node exporter
ansible.builtin.apt:
name: prometheus-node-exporter
install_recommends: false
- name: Set prometheus options in /etc/default/prometheus-node-exporter
ansible.builtin.template: