Author: Abhay Kranwal

Network Automation with Ansible – Playbook

Use of Ansible Playbook for fetching information from network devices for troubleshooting purpose Playbooks for Fetching Output: We can use playbooks as well to fetch the information from the remote devices. The difference between Ad-hoc commands and playbook is that...

Network Automation with Ansible – Ad-Hoc commands

Use of Ad-Hoc commands for fetching information from network devices for troubleshooting purpose I am using Ad-Hoc commands for troubleshooting purposes and Playbooks for configuring purposes. Ad-hoc commands are very useful and handy for troubleshooting and pulling out configurations or...