How to - sadv1r/ansible-vault-editor-idea-plugin GitHub Wiki
Encrypt opened file
- Press
Tools
-> Encrypt file as Ansible Vault
- Provide encryption password and press
OK
or Enter
Create new encrypted file
- Create file as you regularly do
- Press
Tools
-> Open Ansible Vault Editor
- Provide encryption password and press
OK
or Enter
- Type or paste needed text, key or whatever
- Press
Encrypt and Replace
Modify existing Vault value
- Put cursor on vault
- Run intention action
Modify Vault
(Click the bulb icon (or press Alt
+ Enter
) and select an action from the list)
- Provide encryption password and press
OK
or Enter
- Modify vault data
- Press
Encrypt and Replace
Change vault password
- Put cursor on vault
- Run intention action
Change vault password
(Click the bulb icon (or press Alt
+ Enter
) and select an action from the list)
- Provide old encryption password and new password two times and press
OK
or Enter
Encrypt YAML property
- Put cursor on property value
- Run intention action
Encrypt as Ansible Vault
(Click the bulb icon (or press Alt
+ Enter
) and select an action from the list)
- Provide encryption password and press
OK
or Enter
Modify existing YAML property vault
- Put cursor on vault
- Run intention action
Modify vault value
(Click the bulb icon (or press Alt
+ Enter
) and select an action from the list)
- Provide encryption password and press
OK
or Enter
- Modify vault property data
- Press
Encrypt and Replace
Change YAML property vault password
- Put cursor on property vault
- Run intention action
Change vault value password
(Click the bulb icon (or press Alt
+ Enter
) and select an action from the list)
- Provide old encryption password and new password two times and press
OK
or Enter