Running ansible through Windows Jump Host

Hi Team,

I have a use case where I have to run ansible through a windows jump host only due to the fact that ssh port is only open from jump host to the target devices.

My ansible server cannot reach the target devices directly. Any proxycommand setup would be helpful?

Thanks,
Bikram

Sure, there are many pointers to that. For example
https://www.jeffgeerling.com/blog/2022/using-ansible-playbook-ssh-bastion-jump-host

(attachments)