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
# ansible_winrm_cert_validation= ignore

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d43d49f3-bf14-44b1-aef9-13f13c4b1bf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to