Hey guys,
Hopefully just a quick issue you can educate me on. When using the ConfigureRemotingForAnsible.ps 1 script, I find that I must still execute this afterwards to win_ping, for example
–>> winrm set winrm/config/service ‘@{AllowUnencrypted=“true”}’ .
I’m not using kerberos. I think my setup is pretty basic. Going thru the ConfigureRemoting…ps1 script, i don’t see anything about allowing unencrypted connections, but I do see this check near the end.
If($httpResult -and$httpsResult) |
|
{ |
|
Write-Verbose “HTTP: Enabled | HTTPS: Enabled” |
|
} |
Is this something in development, or am I missing some basic step somewhere.
Thanks for your help so far. I appreciate it, and ansible.
hosts file
ansible_ssh_user=Administrator
ansible_ssh_pass=mypass
ansible_ssh_port=5985
ansible_connection=winrm