Hacker News new | ask | show | jobs
by RRRA 3693 days ago
I'm curious, why do you feel the need to encrypt every single file instead of just secrets (to keep reviewing possible)? :)
1 comments

I usually only encrypt var files that contain things like db passwords or something. In our case it made it harder to spot typos in the username for example.

I wouldn't encrypt a whole playbook for example.

We don't encrypt all of the credentials, just the actual passwords.