Guest User

Untitled

a guest
Sep 3rd, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ---
  2. - name: Interface Configuration Playbook
  3. hosts: nx-osv1
  4. connection: local
  5. gather_facts: no
  6.  
  7. tasks:
  8. - name: Assign IPV4 address to eth2/5 interface
  9. nxos_ip_interface:
  10. interface: Ethernet1/5
  11. version: v4
  12. state: present
  13. addr: 6.7.8.9
  14. mask: 24
  15. username: ansible
  16. password: ansible
  17. transport: nxapi
Add Comment
Please, Sign In to add comment