Ansible ansible_private_key_file and Hashicorp Vault

Hi,

Can anyone help me on how to integrate getting ansible_private_key_file from Hashicorp Vault?

Thanks,
Bruno

depends on what you mean, you cannot read the key value from Hashicorp
Vault into that variable, since that variable expects a path. You CAN
write the key into a file from the H Vault and then pass that path
into the variable.