IP/MAC Finder
Ansible IP/MAC Finder
This project is originally from a former place of work. I had a project to move all the user switches to ISE. The VLAN mapping was setup in a traditional manner. I spent a lot of time locating which switches devices were connected to. I decided to use Ansible to create a quick way that I could just input the IP address to and it would perform the show commands on all switches for me.
I’ll walk through the entire process and the posts are below.
This is a mini project I created for myself in one of my previous roles. The problem, that it is designed...
Basic how to guide to Install Ansible quickly on Ubuntu. The full guide for Ubuntu is here.
Installation
[crayon-67827561bc9d2007458404/]
Create...
Here I have a collection of commands for reference. Ansible can be run using ad-hoc commands or playbooks.Ad-hoc...
Inventory & Group Vars
The Ansible inventory file can be specified or a default location can be...
During my project for an Ansible Security Audit I needed to use loops and if statements. This for me...
No posts found