Hi
I've come to like the inline encrypted variable
(
https://docs.ansible.com/ansible/latest/user_guide/playbooks_vault.html#single-encrypted-variable)
as this is handy for instance with larger data structures that only
contain one of two sensitive values.
Management of those values is quite a pain however. It usually
includes manually copying the encrypted string to a new file, fix the
indentation, then running ansible-vault on the file.
Editing plain files is easy, editing encrypted files is also easy.
Is there maybe some (vi) plugin that lets you edit the inline
encrypted vars in a more user friendly way?
Thanks!
Dick