From c7a4dfce1ad0b545b05a8043e321ad49e48873a6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 17 Jun 2026 18:37:49 +0200 Subject: Refactor pi roles to use .home.arpa subdomains for services --- 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 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" -- cgit v1.2.3