Requirements ============ Vagrant ------- The installation of Vagrant is documented in the `Vagrant documentation `__. Ensure to use at least version ``1.7.4`` of Vagrant. :: $ vagrant --version Vagrant 1.7.4 Vagrant plugins ~~~~~~~~~~~~~~~ If you want to use an external HTTP proxy server for caching/proxying install the Vagrant plugin ``vagrant-proxyconf``. :: $ vagrant plugin install vagrant-proxyconf Ansible ------- The used provisioner is `Ansible `__. To be able to start this Vagrant environment install Ansible on the Vagrant host. :: $ sudo yum install -y ansible