Hey there, I've been following the documentation on how to configure a jump host to access servers which can be found here <http://docs.ansible.com/ansible/latest/faq.html#how-do-i-configure-a-jump-host-to-access-servers-that-i-have-no-direct-access-to> .
My jump server has the private keys needed to access different servers so when I try to set my hosts file to: [gatewayed] foo ansible_user=boo ansible_host=192.0.2.1 ansible_ssh_private_key_file=/path/to/private.key I get "key_load_public: No such file or directory" as it's trying to locate the file on the ansible host and not on the jump server itself. Can you suggest a way to use private keys located on the jump server using ansible_ssh_common_args as per documentation? Thanks, -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BYXgSe2%2BTAbSsJFw96e7QXVXaa5%2BeDOczxFvck%3D6f7uGAVM%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
