I’m using the latest Ansible and python 2.7.2. I’ve got my jump host all set via ~/.ssh/config. Ssh connections to my target host work fine. I’ve got an ansible_hosts line for my target’s hostname, and it matches the hostname in the ssh config file. I’m running the playbook with -c ssh too. For some reason it does not seem to use ssh at all. It does not seem to see the .ssh/config at all, and tries to go directly to the target host - wrong user, no proxy command, no jumphost. What am I missing? I’m running the playbook like this:
ansible-playbook -vvvv -c ssh dev.yml