Re: pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Jiri B
On Sun, Mar 13, 2016 at 11:04:24PM +, Stuart Henderson wrote: > On 2016/03/13 18:17, Jiri B wrote: > > I'd like to use Ansible to manage Windows machines at work, > > thus here are two new ports - pywinrm (python module for > > Windows Remote Management) and its dependent, py-xmltodict. > >

Re: pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Stuart Henderson
On 2016/03/13 18:17, Jiri B wrote: > I'd like to use Ansible to manage Windows machines at work, > thus here are two new ports - pywinrm (python module for > Windows Remote Management) and its dependent, py-xmltodict. Attachments missing. But "pywinrm" isn't a good name for the port, it should be

pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Jiri B
I'd like to use Ansible to manage Windows machines at work, thus here are two new ports - pywinrm (python module for Windows Remote Management) and its dependent, py-xmltodict. Example tests work ok. j. ~~~ In [5]: s = winrm.Session('ad-w2k12r2.example.com', auth=('Administrator', 'password'))