-
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.
git
andopenssh
are available through Cygwin - Install the official git client for windows, which includes an implementation of
bash
andssh
as well asgit
- Remove the provisioning line from
Vagrantfile
vagrant up
- install
ansible
within the virtual machinesudo apt-get update && sudo apt-get install python2.7-dev python-pip sshpass
sudo pip install ansible
- Create
/etc/ansible/hosts
with a single line containing the stringlocalhost
ansible-playbook -k /vagrant/provisioning/playbook.yml