18 lines
295 B
YAML
18 lines
295 B
YAML
---
|
|
- name: restart nsd
|
|
systemd:
|
|
name: nsd.service
|
|
state: restarted
|
|
listen: restart dns
|
|
|
|
- name: restart unbound
|
|
systemd:
|
|
name: unbound.service
|
|
state: restarted
|
|
listen: restart dns
|
|
|
|
- name: restart wireguard
|
|
systemd:
|
|
name: wg-quick@dns.service
|
|
state: restarted
|