Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [all:vars]
- ansible_connection=network_cli
- ansible_user=ansible
- [ios:children]
- ios-group-1
- [ios-group-1]
- 10.20.30.111 ansible_ssh_pass='password1'
- [ios-group-1:vars]
- ansible_become=yes
- ansible_become_method=enable
- ansible_become_pass='password1'
- ansible_network_os=ios
- ansible_ssh_common_args='-oKexAlgorithms=+diffie-hellman-group1-sha1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement