From 71dfbbe0291218bcb3ffaa9997d8aaf6d98a3259 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 22 Feb 2018 00:25:36 +0800 Subject: role/dns: configure NSD as the stealth master with 2 domains * Add "network" and "nsd" variables * Install and configure NSD as the authoritative stealth master server * Allow notify and transfer to slave masters: - freedns.afraid.org - 1984hosting.com * Add preliminary zone files for domains: - 233233.xyz - 1314233.xyz --- roles/dns/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/dns/handlers/main.yml (limited to 'roles/dns/handlers') diff --git a/roles/dns/handlers/main.yml b/roles/dns/handlers/main.yml new file mode 100644 index 0000000..aab63c8 --- /dev/null +++ b/roles/dns/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: restart-unbound + command: rcrestart unbound + +- name: restart-nsd + command: rcrestart nsd -- cgit v1.2.2