Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ---
  2. - name: Copy file to a Cisco IOS router
  3. hosts: csr
  4.  
  5. tasks:
  6. - ntc_file_copy:
  7. platform: cisco_ios_ssh
  8. local_file: images/csr1000v-universalk9.03.12.00.S.154-2.S-std.SPA.bin
  9. host: "{{ inventory_hostname }}"
  10. username: vagrant
  11. password: cisco
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement