Ansible Vault Editor is an IntelliJ IDEA plugin that helps you edit Ansible® Vaults, preventing accidental push of decrypted confidential data
- Encrypt file as Ansible Vault
- Encrypt individual YAML property
- Modify existing Vault with auto encryption/decryption and protection from accidental pushing of sensitive data
- Remember each vault password or use DEFAULT_VAULT_PASSWORD_FILE configuration
- Re-encrypt vault with new password
- Open any empty or existing yml vault file
- Press
Alt
+Enter
->Modify Vault
on existing vault or selectTools
->Ansible Vault Editor
- Type password for this vault
- Edit vault content in opened Vault editor
- Apply your changes