Y
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
Deinumite
3693 days ago
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.
link
davedx
3693 days ago
We don't encrypt all of the credentials, just the actual passwords.
link
I wouldn't encrypt a whole playbook for example.