Angelo D'Autilia

Results 13 comments of Angelo D'Autilia

I know it. Possible solution is to check if file is in a git repository and checkout the file to preserve encryption. I think that other possibilities there aren't

Hi, Did you test windows branch ( https://github.com/sydro/atom-ansible-vault/tree/windows-support ) ? Currently package doesn't support windows.

Hi, docker isn't a best solution (maybe one), but i'm trying some tests to add support to windows anyway

Hi @andmos, I made some tests and finally it works. I push a new branch [windows-support](https://github.com/sydro/atom-ansible-vault/tree/windows-support) with a patch and a [README-Windows.md](https://github.com/sydro/atom-ansible-vault/blob/windows-support/README-Windows.md) file that contains guidelines. If you want test...

Sorry, the link to ansible-vault.bat was broken. I fixed it

I need to rebase this branch on master, there'are some changes that fix many bugs and this branch is very old. i will do it and push all after test....

Hi, i think that bulk decryption is not very useful, but the possibility to search in vaulted files is fundamental. In this moment i'm developing in other branch this functionality....

I did try on a branch some changes, but nothing concrete! If you want create a PR, i will appreciate it! :+1:

I think that you are right! Using ansible-vault view on the fly introduces a very large lag on 'find in project'. you did propose steps that i consider good. In...