Will Ansible work in case of Windows Jump Server?

Hello,
I wanted to know if we have Windows jump server instead or bastion server will Ansible work? if yes how can we achieve this

Unfortunately no, WinRM doesn’t support any bastion options. The psrp connection plugin does offer a proxy option which you can potentially use for a SOCKS proxy as a bastion host but that requires SSH and for you to set that up before hand.

Thanks

Jordan

On another forum i have been suggested to use Nginx. https://github.com/ansible/ansible/pull/12054
what do you say?

Regards,
Pratik