From 180714cd58dac936954c778d9539eb0618e63cea Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 6 Oct 2019 05:08:38 +0200 Subject: added bind role --- roles/bind/defaults/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 roles/bind/defaults/main.yml (limited to 'roles/bind/defaults') 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: ... -- cgit v1.2.3