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 | c7a4dfce1ad0b545b05a8043e321ad49e48873a6 (patch) | |
| tree | fe8a0bfc1bc31dc93a8138cce179df2416875bf4 /roles/pihole/meta | |
| parent | d9dcfdd822f90eb65117523d7c15694fae952bd2 (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.yml | 13 |
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: [] |
