Tutorial to demonstrate Ansible playbook that can back-up IOS configurations from a CISCO DevNet Device and push it to GitHub for revision tracking.
Source code used in this demo can be found here : https://github.com/rchidana/Ansible-C...
Steps to set-up & configure Git can be found here : https://github.com/rchidana/Git_Cheat...
These two commands must be run on the Git Client to set up user & email settings:
git config --global user.name "John Doe" #Double Quote required
git config --global user.email [email protected]