[ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2016-10-19 Thread Diego Morales
Just adding that I was also getting the "winrm is not installed" message, but it was because of a problem with requests (see python shell output bellow). When I installed requests (using pip) I got an error because of missing gcc, and it ended up broken somehow. I removed it and reinstalled it

[ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2016-10-13 Thread kavincts
Hi Damon, Exactly i am facing the same issue; Could you please let me know how to copy the below package to which location? Regards, Kavin On Friday, August 29, 2014 at 1:58:31 AM UTC+5:30, Damon Overboe wrote: > > OK it is a python problem on my new host, I just don't know / remember > what I

Re: [ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2015-10-02 Thread Eric Herrmann
I encountered this too. "pip list" showed "pywinrm" installed and "/usr/local/lib/python3.4/dist-packages/winrm/" existed on my filesystem, however Ansible kept giving me the error, as well as... eric.herrmann@ubuntu-VirtualBox:~$ python Python 2.7.9 (default, Apr 2 2015, 15:33:21) [GCC 4.9.2]

Re: [ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2015-08-11 Thread leo
What version of ansible are you using? I'm running 1.9.2 stable, pywinrm installed, same error. On Thursday, 6 November 2014 00:25:33 UTC, John Jelinek wrote: > > I upgraded to the dev branch of ansible and it works now. > > On Thursday, August 28, 2014 4:26:02 PM UTC-5, Damon Overboe wrote: >> >

Re: [ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-11-05 Thread John Jelinek
I upgraded to the dev branch of ansible and it works now. On Thursday, August 28, 2014 4:26:02 PM UTC-5, Damon Overboe wrote: > > Right in front of my face. I saw that line and assumed that was the full > installation for the Control machine, I just hurried through it this time. > > Thanks! > > O

Re: [ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-11-05 Thread John Jelinek
I am still unable to execute the win_ping module: ``` $ ansible windows -i ansible_hosts -m win_ping - windows.example.com | FAILED => winrm is not installed ``` My group_vars is set to connect using a local Admin on the box. I ran the powershell scripts to make sure WinRM is all set up. Thi

Re: [ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-08-28 Thread Damon Overboe
Right in front of my face. I saw that line and assumed that was the full installation for the Control machine, I just hurried through it this time. Thanks! On Thursday, August 28, 2014 3:55:28 PM UTC-5, Matt Martz wrote: > > Installing pywinrm is included in the documentation at > http://docs.a

Re: [ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-08-28 Thread Matt Martz
Installing pywinrm is included in the documentation at http://docs.ansible.com/intro_windows.html#installing-on-the-control-machine On Thu, Aug 28, 2014 at 3:35 PM, Damon Overboe wrote: > I somewhat remember doing that too, now, but I don't see it in the > documentation. > > I'm supposed to pat

[ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-08-28 Thread Damon Overboe
I somewhat remember doing that too, now, but I don't see it in the documentation. I'm supposed to patch something else in the Windows docs, so I'll add this to that patch. On Thursday, August 28, 2014 3:34:21 PM UTC-5, Damon Overboe wrote: > > Found it: > > sudo pip install pywinrm > > ansible

[ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-08-28 Thread Damon Overboe
Found it: sudo pip install pywinrm ansible windows -m win_ping # clone1 | success >> { "changed": false, "ping": "pong" } On Thursday, August 28, 2014 3:28:31 PM UTC-5, Damon Overboe wrote: > > OK it is a python problem on my new host, I just don't know / remember > what I did the first

[ansible-project] Re: setting up new control from source - getting 'FAILED => winrm is not installed' targeting existing Win clients

2014-08-28 Thread Damon Overboe
OK it is a python problem on my new host, I just don't know / remember what I did the first time around (if anything) to get winrm. Python still pukes when I tell it to install it, but on my current host, I ran: find / -name "winrm" # /usr/local/lib/python2.7/dist-packages/winrm Checking on my