This commit is contained in:
135
2023-08-24 21:05:24 +03:00
commit 39a7133677
13 changed files with 226 additions and 0 deletions

8
defaults/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# defaults file for roles/powerdns-recursor
powerdns_version: 49
deb_powerdns_version: =4.9.*
repo_uri: http://repo.powerdns.com/debian
repo_components: "bullseye-rec-{{ powerdns_version }} main"
repo_signed_key: "rec-{{ powerdns_version }}-pub.asc"
repo_state: "{{ powerdns_recursor__state }}"