Giter VIP home page Giter VIP logo

vscode-ansible-vault's Introduction

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

vscode-ansible-vault's People

Contributors

0x4c6565 avatar dhoeric avatar marcelhekking avatar

Watchers

 avatar

Forkers

florianlaunay

vscode-ansible-vault's Issues

unpublish extension from vscode marketplace

In order to avoid avoid confusing Ansible users looking for vscode extensions, could you be so kind to un publish this extension from the marketplace? Now there is an actively maintained community extension that includes the vaulting features: https://marketplace.visualstudio.com/items?itemName=zbr.vscode-ansible

Note: there is no need to "delete" extension from marketplace, using "unpublish" is enough in order to hide extension from normal searches, an action that is also reversible (as opposed to delete).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.