summaryrefslogtreecommitdiff
path: root/roles/network/bind/defaults/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-06-19 00:03:22 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-06-19 00:03:22 +0200
commitd5cb307d443301e96a06c80e4608ec7e9d015e0e (patch)
tree3a52b762ae29ec9e17b84ca05c3ecbc8e3e8c9b8 /roles/network/bind/defaults/main.yml
parentadd simple handling for nftable rulesets in base role (diff)
import improved bind role from helsinki repo
Diffstat (limited to 'roles/network/bind/defaults/main.yml')
-rw-r--r--roles/network/bind/defaults/main.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/roles/network/bind/defaults/main.yml b/roles/network/bind/defaults/main.yml
new file mode 100644
index 00000000..80dbe396
--- /dev/null
+++ b/roles/network/bind/defaults/main.yml
@@ -0,0 +1,35 @@
+---
+## options
+
+# bind_option_empty_zones_enable: yes
+# bind_option_allow_query: []
+# bind_option_allow_recursion: []
+# bind_option_allow_update: []
+# bind_option_notify: '(yes|no|explicit)'
+# bind_option_also_notify: []
+# bind_option_allow_transfer: []
+
+
+## zone configs
+
+bind_empty_onion_zone: no
+
+# bind_master_zones:
+# example.com:
+# content: |
+# ....
+# foo.bar:
+# file: path/to/file
+
+# bind_slave_zones:
+# example:
+# masters:
+# - 192.0.2.1
+# zones:
+# - example.com
+# - example.net
+# foo:
+# master:
+# - 1.2.3.4
+# zone:
+# - foo.bar