Skip to content

spinosae/vscode-ansible-vault

Repository files navigation

VSCode Ansible Vault extension

Version Badge Installs Badge Rating Badge License Badge

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

Usage

Specify your vault passwords in vault_identity_list in ansible.cfg and choose the one you want to use when prompted.

Requirements

  • Ansible

Developement

Build

npm install
npm run compile

Publish

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published