NetDevOps Palo Alto and Ansible Example In this blog post, I will show you how to use Ansible to deploy configurations to the Palo Alto Firewalls. Suresh Vinasiththamby Jan 18, 2023 6 min read
Ansible Palo Alto Ansible Example - Interfaces and Zones In the previous post, we covered Ansible + Palo Alto fundamentals, in this post, let's go over the example Suresh Vinasiththamby Nov 12, 2022 7 min read
Ansible Ansible - Making Variables Optional By default, Ansible requires values for all variables in a templated expression. If a variable is not defined, it throws Suresh Vinasiththamby Oct 26, 2022 1 min read
NetDevOps Ansible with Cisco - Variables Prerequisite This blog post assumes you have a basic understanding of Cisco devices and Ansible. If you are not familiar Suresh Vinasiththamby Dec 29, 2021 9 min read
NetDevOps Using Ansible with Vagrant If you are not familiar with Vagrant, I highly recommend reading my previous Vagrant Introduction post here. Vagrant for NetDevOpsThere Suresh Vinasiththamby Dec 28, 2021 7 min read
NetDevOps Network Configuration Backup with Ansible and Git The typical way you would perform Network Configuration Backup is by using NCM software such as Solarwinds NCM, Rancid, Oxidized Suresh Vinasiththamby Nov 29, 2020 6 min read
NetDevOps Ansible with Cisco - Part 2 ios_config module Cisco IOS configurations use a simple block indent file syntax for segmenting configuration into sections. Ansible ios_config module provides Suresh Vinasiththamby Nov 13, 2020 8 min read
NetDevOps Ansible with Cisco - Part 1 Installation and basic set-up Hello readers! I have updated this blog post with new and relevant information. I encourage you to check out the Suresh Vinasiththamby Nov 7, 2020 13 min read