You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have plans to add a support to use commands to retrieve a password (eg. using pass or gopass), let me know if you are interested.
I'm just here so say I'm interested :)
I mainly use this repo which uses ansible-vault by defining vault_password_file = misc/get-vault-pass.sh in ansible.cfg
The text was updated successfully, but these errors were encountered:
I have ANSIBLE_VAULT_PASSWORD_FILE=$mypath/vault_password.sh in my environment, where the script is executable and just contains a shebang and pass $pass_vault_entry.
From the README:
I'm just here so say I'm interested :)
I mainly use this repo which uses ansible-vault by defining
vault_password_file = misc/get-vault-pass.sh
inansible.cfg
The text was updated successfully, but these errors were encountered: