
Lesson 8 - Introducing Pynautobot
So we just walked through building out a couple of YAML files to use with the Ansible Nautobot module. We will use the python Nautobot module to import not just one pod but all six pods created for...
So we just walked through building out a couple of YAML files to use with the Ansible Nautobot module. We will use the python Nautobot module to import not just one pod but all six pods created for...
We have built out our roles to deploy our pod. Now lets take a look at how we can replace all of the group_vars, host_vars, and inventory folders and files with a database. To do this we will take ...
We have our access switch and our core switches configured; now, we need to complete the tasks for the router. Tasks (1) Router Configure Layer 3 interfaces as DOWNLINKS to both core ...
Tasks (2) Core switches Configure the following vlans: Users - Vlan 300 Servers - Vlan 350 Guests - Vlan 400 Native Vlan - Vlan 666 ...
We have several tasks to complete the deployment of our pod. We will be breaking each tasks down into its own play. This is called a Role. This workshop Pod will be making use of the Cisco vIOS rou...
Documentation on creating Plays with ansible can be found here. We will be using the Cisco IOS Collection and templates with Jinja2 to create the configurations that will be sent to each device via...
Section 2: Creating the inventory yaml file Ansible inventory Documentation can be found here We will be constructing our inventory file with yaml format. Each pod has a bootstrap configuration ...
Open the terminal window. type pwd in the terminal and it should be showing you your home directory (/home/lab_user1) for example. In the terminal window type the below commands one at a time. mkdi...
Welcome to the Ansible_Workshop The primary objective of this workshop is to provide an in-depth introduction to Ansible and the associated tools essential for playbook development within the An...