dnsservice/ansible/tasks/dnsdist.yml

7 lines
253 B
YAML
Raw Normal View History

2024-08-03 19:05:31 +00:00
# vi: ft=yaml.ansible
- name: install dnsdist
apt:
2024-08-05 20:04:05 +00:00
deb: https://repo.powerdns.com/debian/pool/main/d/dnsdist/dnsdist_1.9.6-1pdns.bookworm_amd64.deb
2024-08-03 19:05:31 +00:00
- name: ensure dnsdist default svc is not running
service: name=dnsdist state=stopped enabled=no