This lab has been designed with reproducability in mind. Its primary purpose is to allow the user to quickly build various systems (Workstations, Domain Controllers, *nix machines,etc) in a quick and reproducable manner
- For proper installation you will need access to AttackIQ Community Git Lab. See Russ for access
-
create virtualenv and install requirements:
virtualenv -p python3 venv && source venv/bin/activate && pip install -r requirements.txt -
install pre-commit hooks
pre-commit install
cd windows_workstationjump into the host foldervagrant upbring up machine and provision per Vagrantfile settings and Ansible playbookvagrant provision(optionally) provision machine per ansible playbook
