work-vm/ansible/files/tf-key.conf.j2

5 lines
105 B
Text
Raw Permalink Normal View History

key "{{ update_key }}." {
algorithm hmac-sha512;
secret "{{ lookup( 'env', 'VMNET_BIND_KEY' ) }}";
}