vn-ansible/roles/ns/templates/dhcp.key

5 lines
128 B
Plaintext

key "dhcp" {
algorithm hmac-sha512;
secret "{{ lookup(passbolt, 'dhcpkey', folder_parent_id=passbolt_folder).password }}";
};