ansible/roles/acme/templates/nsupdate.key.j2
2018-09-10 22:52:41 +02:00

5 lines
142 B
Django/Jinja

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