Revert "prometheus_node_exporter: Make listening on localhost possible"

This reverts commit 273da948b5.
This commit is contained in:
uumas
2025-07-27 19:42:24 +03:00
parent 273da948b5
commit 9b40f06804

View File

@@ -1 +1 @@
ARGS="--web.listen-address {{ (ansible_locally_reachable_ips.ipv4 | ansible.utils.ipaddr(prometheus_node_exporter_local_network))[-1] }}:9100 --collector.logind --collector.systemd --collector.processes"
ARGS="--web.listen-address {{ (ansible_all_ipv4_addresses | ansible.utils.ipaddr(prometheus_node_exporter_local_network))[0] }}:9100 --collector.logind --collector.systemd --collector.processes"