infra/roles/pdns/tasks/powerdns.yml

14 lines
269 B
YAML
Raw Normal View History

2024-01-17 17:45:49 +00:00
- 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