I need help to run my playbook on multiple hosts
I'm only able to run on a single host using IP address
PLAY [Pre and Post Cisco show Command]
**
ansible@denchpw26:~$ ansible-playbook -i ICSR, -u ansible -k -e
ansible_network_os=ios test_playbook.yml
SSH password:
PLAY [Pre and Post Cisco show Command]
*
TASK [Get a timestamp]
***
I need help fixing --"[Errno -3] Temporary failure in name resolution"}
ansible@denchpw26:~$ ansible-playbook -i ICSR, -u ansible -k -e
ansible_network_os=ios test_playbook.yml
SSH password:
PLAY [Pre and Post Cisco show Command]
***
Thanks for your help Michael.
The playbook is working now but ran into a another error
PLAY [Run Show Command]
TASK [run show command]
fatal: [all]:
I need help to run write ansible playbook to run show commands on Cisco
Starent devices
And I'm running into some errors
Playbook
---
- name: Run Show Command
hosts: all
connection: network_cli
gather_facts: no
tasks:
- name: Gather Fact on all hosts
ios_facts:
- nam