From 36a3d99fbe05477207220988ea8409bb0c014e27 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 16:21:05 +0200 Subject: [PATCH] Legacy ssh options --- group_vars/ios.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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