This repository contains scripts to facilitate the deployment of a Jumpbox (Bastion) server to various IAS providers.
- GCP (Google Cloud Platform)
- AZURE
- OPENSTACK
- vSphere
- AWS (Amazon Web Services)
To use these scripts change directory to the IAS specific folder and follow the README instructions provided.
Note: Whatever environment you are running the scripts in must have the following)
- bash
- vi (vim)
- ssh
- ssh-keygen
- sshpass (1.05)
- terraform (>= v.0.11.1)
Note: A docker container has been built that meets all General Prerequisites. If you don't have access to the repo or want to customize it. The docker file is in the docker folder. The image is called 'jumpbox-automation'.