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 | bc9d74922a07816861e4e966e09cf1d45e745d05 (patch) | |
| tree | 920b331362545c20f0b20008e817765e37f80601 /roles/prometheus/defaults | |
| parent | 2b7092a54f4dd827daa1f92c79edfecbeadf4077 (diff) | |
Restrict prometheus/node-exporter access to only local network
Diffstat (limited to 'roles/prometheus/defaults')
| -rw-r--r-- | roles/prometheus/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/prometheus/defaults/main.yml b/roles/prometheus/defaults/main.yml index 48e9cfeb..aae8d210 100644 --- a/roles/prometheus/defaults/main.yml +++ b/roles/prometheus/defaults/main.yml @@ -1,4 +1,5 @@ --- +prometheus_host: "127.0.0.1" prometheus_port: 9090 prometheus_retention: "15d" prometheus_scrape_interval: "15s" |
