diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-06-17 18:37:49 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-06-17 18:42:02 +0200 |
| commit | 38691ef7e615bc8ff7a221969dde08eb848c7391 (patch) | |
| tree | fe8a0bfc1bc31dc93a8138cce179df2416875bf4 /roles/prometheus/meta | |
| parent | 6f0a83261a73808fd7d4ace408140bed2775c359 (diff) | |
Refactor pi roles to use .home.arpa subdomains for services
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 e1a72307..5f908119 100644 --- a/roles/prometheus/meta/argument_specs.yml +++ b/roles/prometheus/meta/argument_specs.yml @@ -28,3 +28,7 @@ argument_specs: type: "list" elements: "str" default: [] + prometheus_hostname: + type: "str" + description: "FQDN for the prometheus nginx vhost (e.g. 'metrics.home.arpa')." + default: "metrics.home.arpa" |
