diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-17 17:48:31 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-17 17:50:50 +0200 |
| commit | fb958a09d65a978de75ce6c3506b87e68e7f3375 (patch) | |
| tree | 920b331362545c20f0b20008e817765e37f80601 /roles/prometheus/meta | |
| parent | 0f20af16ffa0b6c91564da4c08041d9fc11b79b6 (diff) | |
Restrict prometheus/node-exporter access to only local network
Diffstat (limited to 'roles/prometheus/meta')
| -rw-r--r-- | roles/prometheus/meta/argument_specs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
