|
|
|
|
|
by perlgeek
3695 days ago
|
|
To be a bit pedantic, all .yml files can be encrypted with ansible-vault, so also playbooks and roles. There are two things currently that bother me about ansible-vault. The first is that the 'edit' command write a completely new file even if I didn't change anything. And the second is that the diffs in git become useless. I'd love to have a special diff driver for ansible-vault encrypted files that decrypts before diffing when the secret is available. |
|
Agreed on the useless diffs however, it makes reviewing pull requests or changes much harder.