Advertisement
Guest User

Untitled

a guest
Apr 10th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. nexus1 ansible_host=172.16.1.131
  2. nexus2 ansible_host=172.16.1.132
  3. router1 ansible_host=172.16.1.133
  4.  
  5. [nxos]
  6. nexus[1:2]
  7.  
  8. [ios]
  9. router1
  10.  
  11. [lab:children]
  12. nxos
  13. ios
  14.  
  15. [all:vars]
  16. ansible_user=admin
  17. ansible_password=admin
  18. ansible_connection=network_cli
  19.  
  20. [nxos:vars]
  21. ansible_network_os=nxos
  22.  
  23. [ios:vars]
  24. ansible_network_os=ios
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement