Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ---
  2. - hosts: ios_routers
  3. gather_facts: false
  4. connection: local
  5.  
  6. tasks:
  7. - name: run show version on ios device
  8. ios_command:
  9. commands:
  10. - show version
  11. host: "{{ inventory_hostname }}"
  12. username: cisco
  13. password: cisco
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement