Browse Source

revert to the good old SSH command

master
Nicolas Massé 9 years ago
parent
commit
59f2d83500
  1. 3
      group_vars/all

3
group_vars/all

@ -6,3 +6,6 @@
# The SSH Private Key that Ansible will use to connect to target hosts # 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. # Also, the matching public key will be used by the "bootstrap" role.
ansible_ssh_private_key_file: "{{ lookup('env','HOME') }}/.ssh/id_rsa" 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

Loading…
Cancel
Save