Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:02:37.000Z (4 months ago)
- Last Synced: 2024-07-27T00:22:05.732Z (4 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
[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](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: yesroles:
- 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)