ansible-role-bind9/templates/etc/rndc.key.j2
Markus Pesch 38b4533838
All checks were successful
continuous-integration/drone/push Build is passing
feat: support rndc
2023-06-09 09:46:02 +02:00

8 lines
149 B
Django/Jinja

#
# {{ ansible_managed }}
#
key "{{ bind9_rndc_key.name }}" {
algorithm {{ bind9_rndc_key.algorithm }};
secret "{{ bind9_rndc_key.secret }}";
};