Added a file for global vars
This commit is contained in:
9
group_vars/all.yml
Normal file
9
group_vars/all.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
ansible_connection: network_cli
|
||||
ansible_network_os: ios
|
||||
ansible_user: ansible
|
||||
ansible_password: ansible
|
||||
ansible_become: yes
|
||||
ansible_become_method: enable
|
||||
ansible_become_password: ansible
|
||||
ansible_ssh_common_args: '-o KexAlgorithms=+diffie-hellman-group1-sha1 -o StrictHostKeyChecking=no -c aes256-cbc'
|
||||
Reference in New Issue
Block a user