bertramn / ansible-win-wrapper

Executable wrapper to wrap ansible commands on windows using cygwin and cygwin-python
Apache License 2.0
4 stars 0 forks source link

Please clarify documentation #1

Open jadbaz opened 6 years ago

jadbaz commented 6 years ago

In the section Configure Vagrant Environment to work with Ansible, the instructions say to move the file ansible-win-wrapper.exe to vagrant bin. There is no such file (in this repository at least). Do you actually mean ansible-playbook.bat?

Another file I'm curious about is ansible-playbook.go, I don't see it mentioned anywhere.

bertramn commented 6 years ago

The win wrapper is just a process hook to delegate the ansible-playbook call from the vagrant executable to the cygwin environment. You can download the wrapper executable from the latest release.

you just need to name this file ansible-playbook.exe and stick it into the bin folder where the vagrant.exe lives. Also put the ini file there to point to your working cygwin environment.