Milestone #7: Blue Network - wAlber47/Tech-Journal GitHub Wiki

Blue4 Networking

Goal of this lab was to utilize our 480-utils.ps1 script to create a few new things on our infrastructure. This included a new Network, new Firewall, and introduced Ansible into the environment. With this lab, I updated my script, which can be seen here.

In addition to that, all of my Ansible scripts and file structure can be seen here.

All of the steps necessary to complete the deliverables in the first piece of the lab can be completed by running ./480-utils.ps1 and following the instructions in the terminal.

Installing Ansible

Ansible was really easy to install onto Ubuntu, and working with it was fairly simple too.

To install Ansible, run sudo apt install ansible sshpass python3-paramiko.

After that I created the directory structure that can be seen here.

In order to ping with Ansible, have the files and structure that was seen above and run this command:

image

To run our playbook which configures the Blue Firewall, run this command after changing the encrypted password to match the one that is set on vyos.

image