ansible_cache/ios_devices/test.yml

14 lines
241 B
YAML
Raw Normal View History

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