ansible_cache/ios_devices/test.yml

14 lines
254 B
YAML
Raw Normal View History

---
- name: Test playbook - reads and prints device info
hosts: baguleykit
gather_facts: false
connection: network_cli
roles:
- common
tasks:
- name: Run one command on device
cisco.ios.ios_command:
commands: show version