A collection of exercises intended to increase DevOps and Software engineering skills.
- Python 3.6+
- Vagrant
- VirtualBox w/ Extension Pack
Create a python virtualenv.
virtualenv venv
source ./venv/bin/activate
Install required python packages.
pip install -r requirements.txt
Navigate to the desired exercise and read it's README.md
.