Comments on: How to Manage Remote Windows Host using Ansible https://www.linuxtechi.com/manage-windows-host-using-ansible/ Tue, 31 Aug 2021 19:25:56 +0000 hourly 1 By: nisha https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-23617 Tue, 31 Aug 2021 19:25:56 +0000 http://www.linuxtechi.com/?p=9299#comment-23617 Thank you for this nice article. I have a commvault server running on windows and there is a request to automate some of the commvault services. I have configured the windows server and able win_ping successfully. However I am unable to find modules for commvault which is running on windows. I have tried installing CVPySDK modules, but no success. I am unable to find the modules for commvault which is running on windows.. Can someone help me on it.. pls… as I am new to ansible.

]]>
By: Pradeep Kumar https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-23568 Tue, 17 Aug 2021 04:09:00 +0000 http://www.linuxtechi.com/?p=9299#comment-23568 In reply to Peter Hagen.

Hi Peter,

Thanks for pin pointing the type. I have corrected it now.

]]>
By: Peter Hagen https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-23567 Mon, 16 Aug 2021 17:50:14 +0000 http://www.linuxtechi.com/?p=9299#comment-23567 Nice article. Testing it now on a Windows 11 VM. But there is a type in the playbook:

– host: winhost

should be

– hosts: winhost

]]>
By: Sandhya Jha https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-23489 Wed, 14 Jul 2021 10:10:00 +0000 http://www.linuxtechi.com/?p=9299#comment-23489 Great Article. It has helped me a lot. Thank you for sharing this.

]]>
By: Dudi Avrahamov https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-23012 Thu, 29 Apr 2021 14:51:11 +0000 http://www.linuxtechi.com/?p=9299#comment-23012 Great article!
It really helped me:-)

]]>
By: Anil https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-22378 Mon, 16 Nov 2020 01:57:24 +0000 http://www.linuxtechi.com/?p=9299#comment-22378 Hi Experts,

I have a question. How to handle windows workstations patching using Ansible. When the workstations are offline during patching schedule, they will not get latest patches installed. How do we need to automate the patching and execute a patching job from Ansible as and when workstations come online after actual patching schedule.

]]>
By: abhijzzz https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-21975 Mon, 12 Oct 2020 13:13:08 +0000 http://www.linuxtechi.com/?p=9299#comment-21975 I am getting Object not found Command not found error

]]>
By: agou-ops https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-21843 Sun, 27 Sep 2020 07:56:37 +0000 http://www.linuxtechi.com/?p=9299#comment-21843 I met the following problem, how can I solve it?

PS X: .\ConfigureRemotingForAnsible.ps1
Unable to establish an HTTP or HTTPS remoting session.
X:\ConfigureRemotingForAnsible.ps1:451
+ Throw “Unable to establish an HTTP or HTTPS remoting session.”
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Unable to estab…moting session.:String) [], RuntimeException
+ FullyQualifiedErrorId : Unable to establish an HTTP or HTTPS remoting session.

]]>
By: Pradeep Kumar https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-21657 Thu, 10 Sep 2020 04:31:24 +0000 http://www.linuxtechi.com/?p=9299#comment-21657 In reply to jyothibasu kalyanapu.

Yes, WinRM script needs to be installed on each Windows 10 system

]]>
By: jyothibasu kalyanapu https://www.linuxtechi.com/manage-windows-host-using-ansible/#comment-21655 Thu, 10 Sep 2020 03:23:26 +0000 http://www.linuxtechi.com/?p=9299#comment-21655 do I need to Run the WinRM script on Windows 10 for each host? if I have multiple windows hosts.

]]>