Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.18 KB

ProxyCommand demo

Getting Started

Prerequisites

Install Vagrant for your OS. Install Ansible for your OS. Install Virtualbox for your OS. Install Oracle VM VirtualBox Extension Pack

About

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.

Usage

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.

Note

To force delete Any leftover VM-s, use stop-vagrant.sh