Skip to content

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.

License

simeononsecurity/ansible_windows_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: windows_update

This role automates Windows security patching using Ansible.

Requirements

  • Windows hosts
  • Ansible 2.10 or later

Role Variables

None

Dependencies

None

Installation

ansible-galaxy install simeononsecurity.windows_update

Example Playbook

- 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.

    SimeonOnSecurity Logo

Links:

About

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.

Topics

Resources

License

Stars

Watchers

Forks