Ansible Vault requires to prompt the user for a password or a file containing the password. But if I’m running Ansible inside of a container, I cannot prompt the user for a password.
How can I run a playbook using vars encrypted by Vault during a Docker build?
How can I do it without exposing a password file?
Is there a best practice?