[ansible-project] Re: Ansible and PowerShell 6 (Core)

2018-02-16 Thread mattdavi
Powershell 6 on Windows is not really a replacement for Powershell 5; it's kind of a long-term goal to try and make most things work under it, but *lots* of stuff is still broken and unsupported by Microsoft. Windows Nano Server as a standalone manageable OS was our primary driver for trying to

[ansible-project] Re: Ansible and PowerShell 6 (Core)

2018-02-16 Thread lovi
On Wednesday, February 14, 2018 at 6:34:13 PM UTC+1, matt...@redhat.com wrote: > > We've done some experimentation with it, and it's possible, but it > required "if pwsh do X, else do Y" in several of the core connection > methods (around hash calculation, etc), as some .NET things have moved

[ansible-project] Re: Ansible and PowerShell 6 (Core)

2018-02-14 Thread mattdavi
We've done some experimentation with it, and it's possible, but it required "if pwsh do X, else do Y" in several of the core connection methods (around hash calculation, etc), as some .NET things have moved around since .NET 4.0 on the oldest platforms we support. Just out of curiosity: why is

[ansible-project] Re: Ansible and PowerShell 6 (Core)

2018-02-14 Thread Balaram R
https://www.virtualtothecore.com/en/configuring-windows-machines-for-ansible/ On Wednesday, February 14, 2018 at 10:19:59 PM UTC+5:30, lovi wrote: > > Hello, > > > I would like to know if it's possible to get ansible working with > powershell version 6 core : pwsh.exe on remote host with winrm ?