
In this lecture we have discussed about the basics of ansible.
Learn Linux basics for network engineers, covering user access and privileges, viewing IP addresses, navigating directories, creating and editing files with vi, and basic package management and services.
In this video we will install the Ansible and make the control machine ready for our automation environment.
Launch the Cisco CSR in AWS by choosing a marketplace, subscribing, selecting a general-purpose digital medium instance, and acknowledging the launch, then log in and verify version 17.0.0.
Configure the host file by setting the target host's IP address or business name, define username, password, and other variables, and organize hosts with groups and IP address ranges.
Learn how to extend the Ansible host file by creating aliases such as CSR, assign IP addresses (internal and public), and specify usernames, while noting secure password storage options.
Learn how to run your first Ansible ad hoc command on localhost, configure host information in the inventory, and perform uptime checks on Cisco devices.
Learn how to use the IOS_CONFIG module to apply global configuration changes on devices, create an ansible role with galaxy, and verify and apply changes only when needed.
Learn how to save configurations with Ansible for network devices, choosing between never, always, modified, and changed states, and ensure running versus startup configurations reflect your changes.
Configure BGP using Ansible by preparing a staged playbook with parent and child tasks, validating neighbor settings, and applying changes safely to network devices to avoid duplicates.
Explore the Ansible cli_command module for network devices, learn to run scripts with variables, execute multiple commands, and manage different connection types and prompt sequences.
Run the first time wizard for R80.40 firewall on AWS, configuring a single machine as security manager and gateway, and download and install the smart console.
Add a host to the firewall gateway by creating an object with a name and IP address, and update the inventory for multiple locations; verify with management commands.
Learn how to prepare the Ansible control machine for Fortigate management by installing required components, including pip, enabling seamless firewall configuration.
Hi All,
If you are new to the world of Automation and scripting then don't worry, you have land in right place. We are going to make this journey as smooth as possible. We have created this course for the Network engineers. However the basics are going to be same. You can learn the ansible starting from the basics and become master of it. We are going to start from very basic and then reach the state where you can automate the devices and use the other tools on your own. If you are of any other field you can still use this course to master your basics of Ansible. The only difference you will face is diffferenet modules which you will need for your environment. For example if you want to work on the Linux environment then you need to use the shell module. Similarly cloud people can explore the multiple cloud modules. Do you know what is the best thing about the ansible? If there is no ansible module for your platform then you can create your own ansible module. Now this too much in depth study of ansible and this is beginners guide however that is possible to achieve. But believe me Redhat has done the great work and created the ansible modules for all of us already. Now since this course is for the network engineers, I am assuming you know some basics of Networking. So we have not covered basic concepts of Networking. If you are not aware about the basics of Ansible then try spending few hours in learning basics of Networking. You don't need to have in-depth knowledge of Networking, Basics are good enough.