Re: [ansible-project] Using Ansible with remote nodes running Windows 7

2014-10-25 Thread Chris Church
It seems like there may be a firewall/config issue preventing you from connecting. Can you try the following using curl? curl -vk -d -u user:pass https://host:5986/wsman; You should get a 411 status code if the connection and authentication worked as expected. On Fri, Oct 24, 2014 at 2:05

[ansible-project] Using Ansible with remote nodes running Windows 7

2014-10-24 Thread skinnedknuckles
Has anyone succeeded at running ansible with a remote node running Windows 7? I'm having problems getting win-ping to work in this configuration. I've tried Fedora 20 and CentOs7 with Ansible 1.8. My inventory and windows.yml files are good and I've run pip install