5 lines
142 B
Plaintext
Raw Normal View History

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