ansible/roles/acme-dnskey-generate/templates/nsupdate.key.j2

5 lines
142 B
Django/Jinja

key acme-{{ inventory_hostname }}. {
algorithm {{ acme_dnskey_algorithm }};
secret "{{ pdns_nsupdate_key.stdout.split(' ')[2] }}";
};