Advertisement
Guest User

Untitled

a guest
May 17th, 2018
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.35 KB | None | 0 0
  1. [all:vars]
  2. ansible_connection=network_cli
  3. ansible_user=ansible
  4.  
  5. [ios:children]
  6. ios-group-1
  7.  
  8. [ios-group-1]
  9. 10.20.30.111 ansible_ssh_pass='password1'
  10.  
  11. [ios-group-1:vars]
  12. ansible_become=yes
  13. ansible_become_method=enable
  14. ansible_become_pass='password1'
  15. ansible_network_os=ios
  16. ansible_ssh_common_args='-oKexAlgorithms=+diffie-hellman-group1-sha1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement