From 59f2d83500bcb1cf118e22f7d5958a7bcb5555bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 3 Jul 2017 10:46:46 +0200 Subject: [PATCH] revert to the good old SSH command --- group_vars/all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/all b/group_vars/all index 89873a4..f99a626 100644 --- a/group_vars/all +++ b/group_vars/all @@ -6,3 +6,6 @@ # The SSH Private Key that Ansible will use to connect to target hosts # Also, the matching public key will be used by the "bootstrap" role. ansible_ssh_private_key_file: "{{ lookup('env','HOME') }}/.ssh/id_rsa" + + # Use the good old SSH command instead of paramiko that fails on unknown keys + ansible_connection: ssh