diff --git a/group_vars/ios.yml b/group_vars/ios.yml index 46d02b5..f358e4a 100644 --- a/group_vars/ios.yml +++ b/group_vars/ios.yml @@ -5,4 +5,6 @@ ansible_password: ansible ansible_become: yes ansible_become_method: enable ansible_become_password: ansible -# ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q bastion01"' \ No newline at end of file +# ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q bastion01"' +ansible_ssh_common_args: '-oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes256-cbc' +ansible_host_key_checking: False \ No newline at end of file