VSCode extensions to encrypt/decrypt ansible-vault
file as well as selected text, using ansible vault-id instead of password file or password as compared with other existing extensions. Can toggle with ctl+alt+0
, on macOS with cmd+alt+0
, or via the contextual menu.
Fork of wolfmah/vscode-ansible-vault-inline, which in turn was inspired by dhoeric/vscode-ansible-vault, which in turn was inspired by sydro/atom-ansible-vault
Specify your vault passwords in vault_identity_list
in ansible.cfg and choose the one you want to use when prompted.
- Ansible
npm install
npm run compile
- Change version
npm version [major|minor|patch] --no-git-tag-version
- Update
CHANGELOG.md
- Publish the extension. See documentation for more info on how to login and for more advance options: VSCode: Publishing Extension.
vsce publish --pat X_PERSONAL_ACCESS_TOKEN_X
- Create a tag
git tag x.x.x
git push origin x.x.x