We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found your tool today after searching for a standalone alternative for ansible-vault. Great work!
ansible-vault
Unfortunately the global flag --vault-password-file seems not to work. I used the docker version of gwvault.
--vault-password-file
The only way I got this working is by providing the vault password file via the ANSIBLE_VAULT_PASSWORD_FILE environment variable:
ANSIBLE_VAULT_PASSWORD_FILE
docker run -it --rm -e ANSIBLE_VAULT_PASSWORD_FILE=/av/vault_pass -v "$PWD":/workdir -v "~/.ansible:/av:ro" ghcr.io/goodwaygroup/gwvault view keyvault.yaml
I tried to use it different ways --vault-password-file /av/vault_pass and --vault-password-file=/av/vault_pass. No success.
--vault-password-file /av/vault_pass
--vault-password-file=/av/vault_pass
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found your tool today after searching for a standalone alternative for
ansible-vault
. Great work!Unfortunately the global flag
--vault-password-file
seems not to work. I used the docker version of gwvault.The only way I got this working is by providing the vault password file via the
ANSIBLE_VAULT_PASSWORD_FILE
environment variable:I tried to use it different ways
--vault-password-file /av/vault_pass
and--vault-password-file=/av/vault_pass
. No success.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: