-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible WinRM HTTPS and Persistent "Unreachable" Error #98
Comments
This solution does not work for me! 1 - Configure using the administrator account's IP Address. Creating a Self-Signed Certificate Configuring the WinRM Listener Opening the WinRM SSL Firewall Port REF: https://adamtheautomator.com/winrm-ssl/ |
I am facing the same issue while installing in kali linux |
Thank you this worked! |
Thanks a lot for the steps, i had the same problem but this solution works. (But i'm still have the dude for a configuration without a certificate, using a http protocol, maybe it's a problem of security? idk hehe. |
I was consistently getting "Unreachable" error for
srv02
andsrv03
on my Ansible runs.Light troubleshooting led me to discover that on those hosts, WinRM was only enabled in HTTP mode. Thus, only port 5985 was open. I fixed the issue by adding the following lines to the
ad/sevenkingdoms.local/inventory
file.Please consider either adding those lines to the
inventory
files or ensuring that WinRM HTTPS is enabled on all the hosts during build.The text was updated successfully, but these errors were encountered: