aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/nameservers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/nameservers.yml')
-rw-r--r--playbooks/nameservers.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/nameservers.yml b/playbooks/nameservers.yml
new file mode 100644
index 0000000..a977744
--- /dev/null
+++ b/playbooks/nameservers.yml
@@ -0,0 +1,9 @@
+- import_playbook: common.yml
+ vars:
+ hostlist: authoritative_nameservers
+
+- name: configure nsd
+ hosts: authoritative_nameservers
+ tags: nsd
+ roles:
+ - nsd