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.
- @mrlesmithjr
- EverythingShouldBeVirtual
- mrlesmithjr.com
- mrlesmithjr [at] gmail.com
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-updatesLicense
mit
Downloads
301
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.
