
Lesson 4 - Building Roles
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...
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...