-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Feature Request: Support vault_password_file via ansible.cfg #9
Comments
@tjacoby I've written another ansible-vault plugin for viewing vaults that resolves the password in the way you've described. It does not support editing yet, so for that vscode-ansible-vault is the way to go :) |
@tjacoby That's absolutely is a nice feature but I haven't worked on this project for a while. |
@tjacoby I've published |
Hi @dhoeric - Thats awesome. Thanks for adding this request. I tested it with my project and it works fine. 👍 |
Good to hear this 😄 |
When using an
ansible.cfg
file which contains a setting for a defaultvault_password_file
the extension always asks for a password. Leaving this empty will result in an error.ansible.cfg
contains a default setting for avault_password_file
ansible.cfg
can be defined with an absolute path or relative to the location of theansible.cfg
ansible.cfg
and the referenced file existsRef: http://docs.ansible.com/ansible/latest/intro_configuration.html#configuration-file
The text was updated successfully, but these errors were encountered: