infra/roles/pdns/tasks/powerdns.yml
2024-01-17 16:46:07 -08:00

13 lines
269 B
YAML

- name: configure powerdns
template:
src: powerdns.conf
dest: /etc/powerdns/pdns.d/config.conf
notify:
- restart pdns
- name: disable powerdns bind backend
file:
path: /etc/powerdns/pdns.d/bind.conf
state: absent
notify:
- restart pdns