Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.18 KB

readme.md

File metadata and controls

52 lines (35 loc) · 1.18 KB

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: