Skip to content

Install WSUS updates

Go to Automation

View in GitLab

Description

This automation installs WSUS updates on the target host.
It ensures that only one server is updated at a time, checks for sufficient disk space, and manages reboots based on the time of day and update type. It also removes specific cache files and updates Office 2019 if installed.
If the updatetype is nightly, the server will not reboot is the playbook runs during daytime between 7:00 and 19:00

Credentials

  • sys_ansible_windows

Input

Variable Description
target The target host where the playbook will be executed
reboot Boolean indicating whether to reboot after updates
updatetype Type of update (e.g., nightly)

Output

None

Dependencies