aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/handlers
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2019-03-31 19:45:52 +0200
committerEmil Renner Berthing <esmil@labitat.dk>2019-04-01 13:07:23 +0200
commit88756850d1a5cb28b897bdcc9337fcb6977aad0b (patch)
treeebe21e61ac6e234fa19e2b555c21d1b647556d84 /roles/space_server/handlers
parent48ffd1b69723dc6ddd023d803fc0edd8034ce386 (diff)
downloadlabitat-ansible-88756850d1a5cb28b897bdcc9337fcb6977aad0b.tar.gz
labitat-ansible-88756850d1a5cb28b897bdcc9337fcb6977aad0b.tar.xz
labitat-ansible-88756850d1a5cb28b897bdcc9337fcb6977aad0b.zip
space_server: named: use named instead of unbound
This reverts commit 3b795796bd03488a385f3ad42b10b8c0d61282c1, "space_server: unbound: use unbound instad of bind". Unlike unbound, bind supports synthesizing DNS64 answers only for certain clients, so only requests from the Labitat NAT64 network will get DNS64 answers.
Diffstat (limited to 'roles/space_server/handlers')
-rw-r--r--roles/space_server/handlers/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/handlers/main.yml b/roles/space_server/handlers/main.yml
index 09e0d1d..3a92a46 100644
--- a/roles/space_server/handlers/main.yml
+++ b/roles/space_server/handlers/main.yml
@@ -45,9 +45,9 @@
daemon_reload: yes
when: not chroot
-- name: restart unbound
+- name: restart named
systemd:
- name: unbound.service
+ name: named.service
state: restarted
when: not chroot