[ansible-project] Re: Ansible on Windows w/o administrator privileges possible?

2016-09-09 Thread alv2412 via Ansible Project
That did the trick, thanks! On Thursday, 8 September 2016 17:49:34 UTC+2, Matt Davis wrote: > > (typical cases only need the "read" and "execute" permission) > > On Thursday, September 8, 2016 at 8:47:45 AM UTC-7, Matt Davis wrote: >> >> Yes, it's absolutely possible. Usually the limiting factor

[ansible-project] Re: Ansible on Windows w/o administrator privileges possible?

2016-09-08 Thread Matt Davis
(typical cases only need the "read" and "execute" permission) On Thursday, September 8, 2016 at 8:47:45 AM UTC-7, Matt Davis wrote: > > Yes, it's absolutely possible. Usually the limiting factor on a default > install is the WinRM listener ACL- you can see/alter this via: > > winrm configSDDL

[ansible-project] Re: Ansible on Windows w/o administrator privileges possible?

2016-09-08 Thread Matt Davis
Yes, it's absolutely possible. Usually the limiting factor on a default install is the WinRM listener ACL- you can see/alter this via: winrm configSDDL default and add the necessary users/groups (or add the existing Windows Remote Management group). On Wednesday, September 7, 2016 at 1:33:54