summaryrefslogtreecommitdiffstats
path: root/roles/pihole/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-23 00:42:43 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-23 00:42:43 +0200
commitff4eb129eea3f3743f82e5f1f7858d43625dba3d (patch)
treec737e5354cb0622f28db6565c3dfea445e389b06 /roles/pihole/meta/argument_specs.yml
parentf7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (diff)
Disable ipv6 completely and remove related code
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/pihole/meta/argument_specs.yml')
-rw-r--r--roles/pihole/meta/argument_specs.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/roles/pihole/meta/argument_specs.yml b/roles/pihole/meta/argument_specs.yml
index 40662436..c86fd5a0 100644
--- a/roles/pihole/meta/argument_specs.yml
+++ b/roles/pihole/meta/argument_specs.yml
@@ -15,12 +15,8 @@ argument_specs:
description: "The list of DNS servers to use as upstreams"
elements: "str"
default:
- # Cloudflare
- - "1.1.1.1"
- - "2606:4700:4700::1111"
- # Google
- - "8.8.8.8"
- - "2001:4860:4860:0:0:0:0:8888"
+ - "1.1.1.1" # Cloudflare
+ - "8.8.8.8" # Google
pihole_interface:
type: "str"
description: "The interface to bind the pi-hole on"