forked from infra/ansible
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
|
key acme-{{ inventory_hostname }}. {
|
||
|
algorithm {{ acme_nsupdate_keyalgo }};
|
||
|
secret "{{ pdns_nsupdate_key.stdout.split(' ')[2] }}";
|
||
|
};
|