From fb958a09d65a978de75ce6c3506b87e68e7f3375 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 17 Sep 2025 17:48:31 +0200 Subject: Restrict prometheus/node-exporter access to only local network --- roles/prometheus/meta/argument_specs.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/prometheus/meta') diff --git a/roles/prometheus/meta/argument_specs.yml b/roles/prometheus/meta/argument_specs.yml index ead1afa8..4d4d65e6 100644 --- a/roles/prometheus/meta/argument_specs.yml +++ b/roles/prometheus/meta/argument_specs.yml @@ -4,6 +4,10 @@ argument_specs: short_description: "Install and configure Prometheus monitoring with node exporter" description: "Install and configure Prometheus monitoring with node exporter" options: + prometheus_host: + description: "host for Prometheus web interface" + type: "str" + default: "127.0.0.1" prometheus_port: description: "Port for Prometheus web interface" type: "int" -- cgit v1.2.3