test(ubuntu): tested on ubuntu

This commit is contained in:
2022-04-04 16:00:11 +02:00
parent d03840b0c6
commit cd3bd685ce
9 changed files with 51 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
#
# {{ ansible_managed }}
#
{% for key in bind9_tsigkeys %}
key "{{ key.name }}" {
algorithm {{ key.algorithm }};
secret "{{ key.secret }}";
};
{% endfor %}