Backup and Tech support using Ansible

Backup and Tech support using Ansible https://ift.tt/mQKIwXj Using Ansible to collect backup files ,show tech and see the versions of Cisco switches. Inventory file:- Create an inventory file [switches] R1 ansible_host=10.60.51.1 [switches:vars] ansible_connection=network_cli ansible_network_os=ios ansible_user=admin ansible_password=cisco ansible_become=yes ansible_become_method=enable Create a Yaml File:- Backup and show tech file will be saved on the root folder. — […]