https://github.com/simeononsecurity/ansible_windows_update
This Ansible role automates the process of applying Windows security updates. It utilizes the `ansible.windows.win_updates` module to search for available security updates and install them on Windows hosts. By automating the patching process, you can ensure that your Windows systems stay up-to-date with the latest security patches.
https://github.com/simeononsecurity/ansible_windows_update
ansible ansible-role automation patching windows windowsupdates
Last synced: 3 months ago
JSON representation
This Ansible role automates the process of applying Windows security updates. It utilizes the `ansible.windows.win_updates` module to search for available security updates and install them on Windows hosts. By automating the patching process, you can ensure that your Windows systems stay up-to-date with the latest security patches.
- Host: GitHub
- URL: https://github.com/simeononsecurity/ansible_windows_update
- Owner: simeononsecurity
- License: mit
- Created: 2023-06-02T13:35:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:02:37.000Z (over 1 year ago)
- Last Synced: 2025-03-29T22:31:29.779Z (12 months ago)
- Topics: ansible, ansible-role, automation, patching, windows, windowsupdates
- Homepage: https://simeononsecurity.com/guides/automate-windows-patching-and-updates-with-ansible/
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: windows_update
[](https://github.com/sponsors/simeononsecurity)
This role automates Windows security patching using Ansible.
## Requirements
- Windows hosts
- Ansible 2.10 or later
## Role Variables
None
## Dependencies
None
## Installation
```bash
ansible-galaxy install simeononsecurity.windows_update
```
## Example Playbook
```yaml
- name: Apply Windows updates
hosts: windows_hosts
become: yes
roles:
- windows_update
```
License: MIT
Author Information:
This role was created by SimeonOnSecurity.
For more information, visit [SimeonOnSecurity.com](https://simeononsecurity.com).
## [Learn more about Automating Windows Patching with Ansible](https://simeononsecurity.com/guides/automate-windows-patching-and-updates-with-ansible/)
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.com](https://simeononsecurity.com)