7. ansible cisco ios modules

preview_player
Показать описание
In the last section we implemented backup solutions with the help of Cisco-specific modules ios_command and ios_config. In this section, we're going to take a closer look at these two modules as they are the most important modules you need to automate Cisco devices.
###
ansible network automation
network automation with ansible
cisco ansible tutorial
cisco ansible training
ansible configure netwrok
Рекомендации по теме
Комментарии
Автор

Hello Sir, thanks for the great info.

I made a playbook and is executed correctly but there is not result returning. so the command executed on all the hosts but I don't receive any results back.

iaa
Автор

Hello there, could this playbook work for backing up the image ? not working for me. while it works whithout ansible.

---
- hosts: sw1-access
tasks:
- name: copy image
ios_command:
commands:
- command: "copy
vars:
ansible_command_timeout: 160
~

ershadramezani