On Friday, December 12, 2014 1:28:01 AM UTC+1, Michael DeHaan wrote: > > I'd consider using the new "ansible-vault view" command to view when you > don't want to edit -- it's new on the devel branch if not actually part of > 1.8. > > I don't remember :) ... but it may help and avoid writing the script. >
"ansible-vault view" is in 1.8 yes, very helpful. But doesn't solve the issue when I DID edit the file, and want a quick check to see what I've edited. On Tue, Dec 9, 2014 at 7:45 PM, Toshio Kuratomi <[email protected] <javascript:>> wrote: > > I haven't used vault extensively so I've never had to dive into this > before. however, I think that either filters or pointing git at an > external diff tool which you write a short wrapper to do the > decryption are the ways to do this. Doing some web searching I do > notive that other people are using git's filters for similar > transparent encryption and decryption operations. For instance: > > https://www.agwa.name/projects/git-crypt/ > > http://stackoverflow.com/questions/11575398/how-can-i-save-my-secret-keys-and-password-securely-in-my-version-control-system > > Sorry I don't have an out of the box recipe for you but it does seem > doable with a bit of time and reading. > > -Toshio > > On Tue, Dec 9, 2014 at 8:26 AM, Damjan Georgievski <[email protected] > <javascript:>> wrote: > > Now that we started using vault files for secret data, one of the > problems > > is that git diff on the vault files gives the whole file as changed > > (understandably). > > The trouble I have now is that I use git diff before I commit to double > > check I didn't change something I didn't want to. > > > > Is there some trick that people are using to git diff encrypted files? > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/dacd7bac-3b00-46c6-9310-0bcb4de1c705%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
