*`pip install -r ansible/requirements.txt` (After cloning the submodule, see below)
To build the vagrant box you first have to clone the ansible submodule. To do this simply run `git submodule init` and `git submodule update`. After this (and installing all the requirements listed above) you can build the vagrant box using `vagrant up`.