Skip to content

optionfactory/ansivault

Repository files navigation

ansivault

Build Version Downloads

Easy Vault and Unvault ansible secret file and YML properties. This plugin search for vault password in that order:

  1. System property ANSIBLE_CONFIG
  2. ansible.cfg file containing the path of vault password file ([default] -> vault_password_file property) in current project path. This is made to support a project structure like <root>/infrastructure/ansible/ansible.cfg
  3. $HOME/ansible.cfg
  4. /etc/ansible/ansible.cfg
  5. Fallback with user prompt. In that case the password is saved on secure credential store, and can be deleted in Settings.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "ansivault" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages