summaryrefslogtreecommitdiff
path: root/roles/bind/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-06 05:08:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-06 05:08:38 +0200
commit180714cd58dac936954c778d9539eb0618e63cea (patch)
tree2eeedc7073ebddd23c5b0342cccf4633654be794 /roles/bind/defaults
parentkeep using systemd-resolved for now (diff)
added bind role
Diffstat (limited to 'roles/bind/defaults')
-rw-r--r--roles/bind/defaults/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/bind/defaults/main.yml b/roles/bind/defaults/main.yml
new file mode 100644
index 00000000..e5b4c688
--- /dev/null
+++ b/roles/bind/defaults/main.yml
@@ -0,0 +1,14 @@
+---
+## options
+
+# bind_option_empty_zones_enable: yes
+# bind_option_allow_transfer: []
+# bind_option_allow_recursion: []
+# bind_option_notify: no
+
+
+## zone configs
+
+# bind_empty_onion_zone: no
+# bind_master_zones: ...
+# bind_slave_zones: ...