Milestone 7 ‐ Deploying and Post Provisioning of BlueX Linux Servers - nicolas-tullio/Tech-Journal GitHub Wiki
Deliverables
Video in Canvas
Steps 7.1/7.2
Rocky
Upload Rocky Minimal ISO and create Base VM
Install Rocky
Sysprep
wget https://raw.githubusercontent.com/gmcyber/RangeControl/main/src/scripts/base-vms/rhel-sealer.sh
sudo su
/bin/bash rhel-sealer.sh
Take base snapshot
480-fw
Create a static route on 480-fw such that 480-WAN traffic destined to the BLUE network IP space (10.0.5.0/24) is routed to the fw-blue1's eth0 interface
Run ansible playbook for fw-blue1 DHCP config
Using your version of 480-utils, create 3 rocky linked clones that land on the BLUE network, picking up a DHCP address.
Steps 7.3/7.4
Run the Rocky playbook
ansible-playbook -i inventories/linux.yaml --ask-pass rocky-playbook.yml -K