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

image

image

image

image

image

Install Rocky

image

image

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

image

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

image

image

Run ansible playbook for fw-blue1 DHCP config

image

Using your version of 480-utils, create 3 rocky linked clones that land on the BLUE network, picking up a DHCP address.

image

image

image

image

Steps 7.3/7.4

Run the Rocky playbook

ansible-playbook -i inventories/linux.yaml --ask-pass rocky-playbook.yml -K

Make sure IP addresses update (may take some time)

image

Ubuntu

Make 2 new Ubuntu clones

image

image

Move the VMS to the BLUE1 folder

image

Use the Set-Network function to place each new ubuntu vm on the BLUE1-LAN network

image

image

Create a PreAnsible snapshot on each and power on

Run playbook

image

Check IPs

image