ansible/roles/acme/templates/nsupdate.key.j2

5 lines
142 B
Plaintext
Raw Normal View History

2018-09-10 22:52:41 +02:00
key acme-{{ inventory_hostname }}. {
algorithm {{ acme_nsupdate_keyalgo }};
secret "{{ pdns_nsupdate_key.stdout.split(' ')[2] }}";
};