aboutsummaryrefslogtreecommitdiff
path: root/setup_dyndns.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup_dyndns.yml')
-rw-r--r--setup_dyndns.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup_dyndns.yml b/setup_dyndns.yml
index d9735c7..c79944f 100644
--- a/setup_dyndns.yml
+++ b/setup_dyndns.yml
@@ -11,6 +11,12 @@
group: root
mode: 0644
+- name: Disable systemd-resolved
+ systemd:
+ name: systemd-resolved.service
+ enabled: no
+ state: stopped
+
- name: Enable and launch nsd systemd service
systemd:
name: nsd.service