mrlesmithjr.windows-updates

ansible-windows-updates

An Ansible role to apply Windows updates.

Requirements

Role Variables

---
# defaults file for ansible-windows-updates

# Defines categories to update
windows_updates_categories:
  # - 'Application'
  # - 'Connectors'
  - 'CriticalUpdates'
  # - 'DefinitionUpdates'
  # - 'DeveloperKits'
  # - 'FeaturePacks'
  # - 'Guidance'
  - 'SecurityUpdates'
  # - 'ServicePacks'
  # - 'Tools'
  - 'UpdateRollups'
  # - 'Updates'

# Defines whether to reboot after updates or not
windows_updates_reboot: false

Dependencies

Example Playbook

- hosts: windows_hosts
  roles:
    - role: ansible-windows-updates

License

MIT

Author Information

Larry Smith Jr.

About

An [Ansible](https://www.ansible.com) role to apply [Windows](https://www.microsoft.com/en-us/windows) updates.

Install
ansible-galaxy install mrlesmithjr.windows-updates
GitHub repository
License
mit
Downloads
301
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.