All Projects → sydro → atom-ansible-vault

sydro / atom-ansible-vault

Licence: MIT license
Atom package to create and modify ansible-vault file

Programming Languages

javascript
184084 projects - #8 most used programming language
coffeescript
4710 projects
Less
1899 projects

Projects that are alternatives of or similar to atom-ansible-vault

atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (+0%)
Mutual labels:  atom, atom-plugin, atom-packages
atom-mocha
Mocha test runner in Atom
Stars: ✭ 13 (-58.06%)
Mutual labels:  atom, atom-plugin
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+54.84%)
Mutual labels:  atom, atom-plugin
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (+51.61%)
Mutual labels:  atom, atom-plugin
atom-yii2
Atom package for working with Yii Framework 2
Stars: ✭ 22 (-29.03%)
Mutual labels:  atom, atom-plugin
atom-tic80
Make and run TIC-80 games in Atom
Stars: ✭ 15 (-51.61%)
Mutual labels:  atom, atom-packages
swdc-atom
Track your programming activity in real-time in Atom
Stars: ✭ 11 (-64.52%)
Mutual labels:  atom, atom-plugin
ajom
atom plugins in clojurescript
Stars: ✭ 36 (+16.13%)
Mutual labels:  atom, atom-plugin
nanvault
A standalone CLI tool to encrypt and decrypt files in the Ansible Vault format
Stars: ✭ 33 (+6.45%)
Mutual labels:  ansible-vault, vault-password
slack-ui
A light UI theme for Atom that is inspired by Slack's Aubergine sidebar theme
Stars: ✭ 17 (-45.16%)
Mutual labels:  atom
atom-jq
[unmantained] A playground for jq inside atom
Stars: ✭ 22 (-29.03%)
Mutual labels:  atom-plugin
python-tools
🔧 Atom plugin which uses jedi to provide numerous tools useful for developing python code in atom.
Stars: ✭ 96 (+209.68%)
Mutual labels:  atom
tabnine-atom
Atom client for Tabnine - Code Faster with the All-Language AI Assistant for Code Completion, autocomplete JavaScript, Python, TypeScript, PHP, Go, Java, node.js, Ruby, C/C++, HTML/CSS, C#, Rust, SQL, Bash, Kotlin, React, Swift, Scala, Sass, Perl, Objective C, Node JS, Matlab, Haskell, Dart, Angular. https://atom.io/packages/tabnine
Stars: ✭ 33 (+6.45%)
Mutual labels:  atom
learn-ide
This package is deprecated. Checkout https://github.com/learn-co/learn-ide-3
Stars: ✭ 22 (-29.03%)
Mutual labels:  atom-packages
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+51.61%)
Mutual labels:  atom
tern-openui5
🛠 Autocomplete for the OpenUI5 framework for your favorite code editor, powered by Tern.
Stars: ✭ 26 (-16.13%)
Mutual labels:  atom
linter-mypy
Atom Linter plugin to lint Python optional static type as defined in PEP 484
Stars: ✭ 29 (-6.45%)
Mutual labels:  atom
atom-change-case
atom plugin for node-change-case
Stars: ✭ 34 (+9.68%)
Mutual labels:  atom
feeds
免费的公众号 RSS,支持扩展任意 APP
Stars: ✭ 912 (+2841.94%)
Mutual labels:  atom
dotatom
Config for the Atom text editor
Stars: ✭ 15 (-51.61%)
Mutual labels:  atom

Atom ansible-vault package

Build Status Installs! Version! License Buy me a coffee

Atom Package to decrypt and encrypt ansible-vault file.

Press ctrl-alt-0 to encrypt and decrypt file.

NOTE: On the first installation, package searches ansible-vault binary in /usr/local/bin/ansible-vault. If it isn't in that directory, it's necessary to set absolute path in settings tab.

Dependencies

  • ansible (in specific ansible-vault)

Available settings

Screeshot settings

  • ansible-vault binary path:

    The absolute path of ansible-vault binary.
    
    Default: /usr/local/bin/ansible-vault (pip installation - ubuntu)
    
    Es: (fedora): /usr/bin/ansible-vault
    
  • Enable automatic de- and encrypt:

    This option enables automatic de/encryt on opening of vault files
    
  • Use vault password file defined in ansible.cfg project:

    If there's ansible.cfg file in opened project, with this option package use it to define vault password file path.
    
    Es: (ansible.cfg)
    [defaults]
    vault_password_file=pass.txt
    
  • Use specific vault password file (NB: ignored if there is an ansible.cfg):

    This option enables the package to use a specific vault password file
    for any de/encrytion actions.
    

    NB: if there is an ansible.cfg, ansible-vault (>= 2.4) ignore --vault-password-file option.

  • Vault password file path:

    The absolute path of vault password file. It is used when previous flag is checked.
    

NOTE: to use vault password file, you must set ansible-vault binary path.

Screenshot

Screeshot password

Screeshot encryption ok

Contributors

Kyle Williams @kyle-williams-1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].