feat: support rndc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-09 09:46:02 +02:00
parent 90bdec9e98
commit 38b4533838
4 changed files with 49 additions and 9 deletions

View File

@ -0,0 +1,7 @@
#
# {{ ansible_managed }}
#
key "{{ bind9_rndc_key.name }}" {
algorithm {{ bind9_rndc_key.algorithm }};
secret "{{ bind9_rndc_key.secret }}";
};