summaryrefslogtreecommitdiffstats
path: root/roles/pihole/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-17 18:37:49 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-17 18:42:02 +0200
commitc7a4dfce1ad0b545b05a8043e321ad49e48873a6 (patch)
treefe8a0bfc1bc31dc93a8138cce179df2416875bf4 /roles/pihole/meta
parentd9dcfdd822f90eb65117523d7c15694fae952bd2 (diff)
Refactor pi roles to use .home.arpa subdomains for services
Diffstat (limited to 'roles/pihole/meta')
-rw-r--r--roles/pihole/meta/argument_specs.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/roles/pihole/meta/argument_specs.yml b/roles/pihole/meta/argument_specs.yml
index adca47b9..40662436 100644
--- a/roles/pihole/meta/argument_specs.yml
+++ b/roles/pihole/meta/argument_specs.yml
@@ -63,7 +63,12 @@ argument_specs:
type: "str"
description: "The port to serve pihole on, when empty use pihole default 80,433"
default: "8081"
- pihole_by_nginx:
- description: "Serve pihole behind nginx reverse proxy"
- type: "bool"
- default: false
+ pihole_hostname:
+ type: "str"
+ description: "FQDN for the pihole nginx vhost (e.g. 'dns.home.arpa')."
+ default: "dns.home.arpa"
+ pihole_dns_hosts:
+ type: "list"
+ description: "Custom DNS A records written to pihole.toml [dns] hosts (format: 'IP HOSTNAME')"
+ elements: "str"
+ default: []