Vagrantfile for the HAProxy course.
git clone https://github.com/eslam-gomaa/Vagrant-HAProxy.git
cd Vagrant-HAProxy
# Start all VM's
vagrant up
# Check the current VM's
vagrant status
# SSH to one of the VM's
vagrant ssh haproxy
# Destroy 1 VM
vagrant destroy haproxy -f
# Start 1 VM
vagrant up haproxy
# Destroy all the VM's
vagrant destroy -f