OpenDevelopmentMekong / odm-deployment

Repository containing ansible/vagrant scripts for reproducing ODM's development/testing environment.
http://opendevelopmentmekong.net
1 stars 0 forks source link

Vagrant bootstrap windows #21

Closed acorbi closed 9 years ago

acorbi commented 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 .

mishari commented 9 years ago

@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.