-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin support for Windows editing via Docker? #24
Comments
Hi, docker isn't a best solution (maybe one), but i'm trying some tests to add support to windows anyway |
Yeah after some thinking I figured that out myself. As long as ansible-vault has to be run in a *NIX shell we have to be creative. How about running it via Linux subsystem for Windows and simply spawning the command in the Ubuntu shell if it is detected to be running on Windows? A person running Ansible on Windows in some way has to be creative in the first place, so he or she would be able to understand that. Personally I run Ansible via Vagrant on my Windows machine, but my colleagues have it installed via the Linux Subsystem. |
Hi @andmos, If you want test it i will be pleased 👍 Probably i will test docker solution too! |
Brilliant! Nice work! I will give it a try on monday! |
Any news? Did you try it? |
Hi sydro |
Sorry, the link to ansible-vault.bat was broken. I fixed it |
Thank you so much Kyle |
I need to rebase this branch on master, there'are some changes that fix many bugs and this branch is very old. Thanks for your tests 👍 |
I'm so sorry I didn't catch this, since I started the whole thing... But great if you guys got it working, I'll have a look myself! |
First off, I love this plugin - so thanks so much for the project!
I mainly use OS X when I administrate Ansible stuff, but I also use a Windows 10 desktop.
I was doodling on a possible solution for this plugin accessing Ansible Vault from Windows via Docker.
If a Linux container goes in the background and exposes the Vault binary and the encrypted files, my unqualified guess is that it should be able to get it working.
The text was updated successfully, but these errors were encountered: