Reputation: 31
I wanted to know if we have Windows jump server instead or bastion server will Ansible work? if yes how can we achieve this
Upvotes: 0
Views: 434
Reputation: 5750
This is possible, via Nginx.
Send the WinRM traffic to Nginx. Configure Nginx in a way that each target host has an their own url.
Let each node point to your my.fqdn.com/wsman.
Look at this pull request.
Upvotes: 1