-
Install at least the following software
- Vagrant
- Oracle virtualbox
- Ansible
- git
- openssh
-
Clone this repository
-
vagrant up
Ansible is not supported on Windows. The current solution is to bring up the virtual machine without provisioning, then just have the virtual machine provision itself.
At a minimum, you need git and ssh. Your options are:
- Install Cygwin.
gitandopensshare available through Cygwin - Install the official git client for windows, which includes an implementation of
bashandsshas well asgit
- Remove the provisioning line from
Vagrantfile vagrant up- install
ansiblewithin the virtual machinesudo apt-get update && sudo apt-get install python2.7-dev python-pip sshpasssudo pip install ansible- Create
/etc/ansible/hostswith a single line containing the stringlocalhost ansible-playbook -k /vagrant/provisioning/playbook.yml