aboutsummaryrefslogtreecommitdiffstats
path: root/roles/dns/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/dns/handlers')
-rw-r--r--roles/dns/handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
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