summaryrefslogtreecommitdiffstats
path: root/roles/pihole/meta/argument_specs.yml
diff options
context:
space:
mode:
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"