enable winrm via Linux bastion hosts. · Issue #44141 ...
github.com › ansible › ansibleAug 14, 2018 · --- ansible_port: 5986 ansible_connection: winrm ansible_winrm_transport: credssp ansible_winrm_server_cert_validation: ignore ansible_winrm_ssh_proxy: bastion.host.local EXPECTED RESULTS winrm.py detects that an ansible_winrm_ssh_proxy is defined and loads the appropriate connection, executing winrm commands after connection to the defined proxy.