Re: [ansible-project] Trying to use ansible to connect to Windows over SSH

2021-05-03 Thread Paul Jaros
ansible -m win_ping -e 'ansible_shell_type=powershell' windows-machine works. Paul Jaros schrieb am Montag, 3. Mai 2021 um 09:03:32 UTC+2: > I'm willing to downgrade/upgrade my ansible-installtion on the Linux side > or reinstall Openssh on the Windows side. > >

Re: [ansible-project] Trying to use ansible to connect to Windows over SSH

2021-05-03 Thread Paul Jaros
I'm willing to downgrade/upgrade my ansible-installtion on the Linux side or reinstall Openssh on the Windows side. Right now I'm really unsure if using Ansible from Linux commanding Windows over SSH is it **at all** working. Can please someone confirm/deny this? Paul Jaros schrieb

Re: [ansible-project] Trying to use ansible to connect to Windows over SSH

2021-04-30 Thread Paul Jaros
Brian Coca schrieb am Freitag, 30. April 2021 um 17:01:37 UTC+2: > Support was added in 2.8 > > https://docs.ansible.com/ansible/latest/user_guide/windows_faq.html#can-i-connect-to-windows-hosts-over-ssh > > > I've tested now with ansible version 2.9.20 and 2.10.8 . Do you think the support w

[ansible-project] Trying to use ansible to connect to Windows over SSH

2021-04-30 Thread Paul Jaros
Hi I've posted my question allready on Stackoverflow. Can I direct your attention to the question there? https://stackoverflow.com/questions/67331856/ansible-fails-to-connect-from-linux-to-windows-via-ssh Thanks. -- You received this message because you are subscribed to the Google Groups "A

[ansible-project] Re: Ubuntu apt cannot install ansible 2.10 from latest official ppa

2021-04-30 Thread Paul Jaros
I'm also running Ubuntu 18.04. As ansible is a python package you can update via python like this pip3 install --user --upgrade pip pip3 install --user ansible hash -r You then get: $ ansible --version ansible 2.10.8 config file = /home/user/git/ansible-win/ansible.cfg configured module se