Prerequisites
Install Vagrant for your OS. Install Ansible for your OS. Install Virtualbox for your OS. Install Oracle VM VirtualBox Extension Pack
This implementation uses (and tested on) the minimal/trusty64 Ubuntu(14.04.3) LTS base-box.
Please note that security was not a main concern as this is meant to be a lab environment.
vagrant up
To bring up the vagrant vm-s in order to act as a lab environment (servers and bastions), then proceeds to provision them. After it will set up a controller machine and run ansible in local mode to demonstrate the ssh jumps using the bastions.
vagrant destroy --force
To stop running vm-s, and decommission the environment.
To force delete Any leftover VM-s, use stop-vagrant.sh