I am using the certificate based authentication in netapp.ontap modules, love it. However, to make certificates secure, I have to encrypt the certificate files in ansible-vault, and when running ansible playbook, decrypt them to temporary files and supply to "cert_filepath" and "key_filepath", then remove them. It's cumbersome and can be insecure.
is there a way for netapp.ontap modules to accept the decrypted content directly? We are also exploring solution to use a remote cyberark vault for storing certificates. This will help.