aboutsummaryrefslogtreecommitdiff
path: root/setup_dyndns.yml
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2021-12-07 16:53:18 +0100
committerjaseg <code@jaseg.net>2021-12-07 16:53:18 +0100
commit591b7b8aacab0400d057043761e1870205573de1 (patch)
tree85f3e90a9d436a961e1e137c2539a36ce687e804 /setup_dyndns.yml
parentab91420bb64c8b0edde838cc3073ef8f361162ae (diff)
downloadinfra-591b7b8aacab0400d057043761e1870205573de1.tar.gz
infra-591b7b8aacab0400d057043761e1870205573de1.tar.bz2
infra-591b7b8aacab0400d057043761e1870205573de1.zip
Fix playbooks for clean re-deploy
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