This documentation describes how to search, download and install Windows Updates via Ansible control machine. Ansible provides a module called “win_updates” to manage Windows Updates of your host machines. You can either search for updates or download and install them. There are 3 options you can use with win_updates module. […]

How to Install Windows Updates through Ansible?


This documentation is about how to install and configure Ansible on CentOS in order to manage Windows hosts remotely from a central machine.   Windows Hosts Setup : Download the powershell script from https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 and run it as administrator on all Windows machines that you want to manage. Check the port "5986" […]

Setup Ansible for Windows Hosts