What is Ansible?
  • What is Ansible?
  • Few Basics of Linux for the Network Engineers
  • Lets Install the Ansible in the Control Machine
  • Lets launch the CSR in AWS
Basics of Ansible
  • Getting started with the Ansible
  • What is the Host File?
  • Ansible Host File Part 2
  • What is Inventory?
  • First Ever Command execution on the CSR
  • What are the roles and playbook. Our first Role and Playbook
  • Understand the output of first Playbook
Getting started with Ansible Modules
  • What is Ansible Module. The Introduction of Modules.
  • Register and Debug Modules for output on the terminal
  • IOS_COMMAND Module in-depth discussion and Lab
  • Lets automate the IOS device Upgrade or Downgrade using IOS_COMMAND Module
Getting started with IOS_Config Module
  • First Configuration change using IOS_CONFIG Module
  • IOS_CONFIG Module Part 2
  • Bug or Feature of IOS_CONFIG Module?
  • Don't forget to save the configuration. Let's save it.
  • Match the running Configuration of device with the Master config file
  • How to take the Backup of IOS device using ansible
  • Lets configure BGP using ansible
  • Using Variable for making configuration changes to the devices
CLI Command Module and miscellaneous
  • Lets talk about the CLI_COMMAND module
  • Getting Variable as Input and parsing that in commands
  • Lets cover few complex match statements in Ansible
Check Point firewall Automation
  • Lets run the firs time Wizard of R80.40 Firewall on AWS
  • What are the options we have to automate the changes?
  • Managing a session and automation plan
  • Adding a host in the Firewall gateway
  • Adding a Access rule in Checkpoint Firewall
Fortigate Firewall Automation
  • Few changes in control machine to make Fortigate working
  • Configure the Fortigate firewall using jinja2 template