Closed acorbi closed 9 years ago
Platform-agnostic ansible deployment scripts for Vagrant VM using technique described here https://github.com/ScorpionResponse/vagrant-bootstrap has been tested sucessfully now on window machines.
Due to Issue regarding synchronize command (https://github.com/ansible/ansible/issues/9606#issuecomment-64311421) the scripts currently refers patched version of Ansible (https://github.com/mishari/ansible.git ),
Please review and merge pull request to master .
@acorbi I'm a bit uncomfortable about using a development version of ansible in production, I'll create another branch from stable and apply the patch on that instead. Stay tuned.
Platform-agnostic ansible deployment scripts for Vagrant VM using technique described here https://github.com/ScorpionResponse/vagrant-bootstrap has been tested sucessfully now on window machines.
Due to Issue regarding synchronize command (https://github.com/ansible/ansible/issues/9606#issuecomment-64311421) the scripts currently refers patched version of Ansible (https://github.com/mishari/ansible.git ),
Please review and merge pull request to master .