forked from infra/ansible
Markus Hauschild
e8dcf169e2
clients in the 172.23.3.0/24 subnet are now provided with dynamic dns entries in the users.binary.kitchen domain - forward entries only
11 lines
181 B
YAML
11 lines
181 B
YAML
---
|
|
|
|
- name: Restart powerdns
|
|
service: name={{ item }} state=restarted
|
|
with_items:
|
|
- pdns
|
|
- pdns-recursor
|
|
|
|
- name: Restart dnsdist
|
|
service: name=dnsdist state=restarted
|