Milestone 10.1
This milestone consisted purely of Ansible playbook creation and execution. The playbook, inventory file, and associated users.csv are in the NET-480 git repo.
Milestone 10.2
File Server Creation
480-utils functions were used to perform the following actions:
- Create a linked clone of Server 2019 Core
- Set the network adapter to the BLUE network
- Power on the VM
- Set the VM’s static IP and DNS server
- IP:
10.0.5.6 - DNS:
10.0.5.5 - Gateway:
10.0.5.2
- IP:
This fully prepped the VM for execution of an Ansible playbook that would change the hostname, join it to the BLUE1 domain, and setup a file server on the machine.