From baac2ed0d3a6a72cb1ffd421e426d94af096aa94 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Tue, 22 Nov 2022 12:11:23 +0100 Subject: [PATCH] added new nameserver --- host_vars/ns1.universe.local.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 host_vars/ns1.universe.local.yml diff --git a/host_vars/ns1.universe.local.yml b/host_vars/ns1.universe.local.yml new file mode 100644 index 0000000..7a813d3 --- /dev/null +++ b/host_vars/ns1.universe.local.yml @@ -0,0 +1,2 @@ +unbound: false +bind: true \ No newline at end of file