diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index cb2b70b..e98068c 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -77,6 +77,7 @@ mode: 0644 owner: root group: "{{ ansible_wheel }}" + tags: dns notify: restart unbound with_items: - 20.172.in-addr.arpa diff --git a/playbooks/nms.yml b/playbooks/nms.yml index 652964f..e769cb9 100644 --- a/playbooks/nms.yml +++ b/playbooks/nms.yml @@ -43,6 +43,7 @@ mode: 0644 owner: root group: "{{ ansible_wheel }}" + tags: dns notify: restart unbound with_items: - 25.20.172.in-addr.arpa diff --git a/playbooks/print.yml b/playbooks/print.yml index aca0043..0e0159f 100644 --- a/playbooks/print.yml +++ b/playbooks/print.yml @@ -22,6 +22,7 @@ mode: 0644 owner: root group: "{{ ansible_wheel }}" + tags: dns notify: restart unbound with_items: - 24.20.172.in-addr.arpa diff --git a/playbooks/zm.yml b/playbooks/zm.yml index c4775ee..4b1214e 100644 --- a/playbooks/zm.yml +++ b/playbooks/zm.yml @@ -45,6 +45,7 @@ mode: 0644 owner: root group: "{{ ansible_wheel }}" + tags: dns notify: restart unbound with_items: - 26.20.172.in-addr.arpa diff --git a/roles/nsd/tasks/main.yml b/roles/nsd/tasks/main.yml index 5fa17ba..fc27374 100644 --- a/roles/nsd/tasks/main.yml +++ b/roles/nsd/tasks/main.yml @@ -43,6 +43,7 @@ mode: 0640 owner: root group: _nsd + tags: dns notify: restart nsd with_items: "{{ nsd_zones }}"