This cookbook sets up a WSUS server.
2016 Windows Server
Installs:
- WSUS roles with post-install
- IIS
- Sets a windows task to clean up WSUS weekly
- Sets Classifications to sync
- Sets Products to sync
- Sets which classifications to check
- Removes any currently check marked products
- Sets which products to check
| Key | Type | Description | Default |
|---|---|---|---|
| ['wsus']['win-features'] | Needed Windows Features for WSUS | 'UpdateServices', 'Web-Server', 'UpdateServices-WidDB', 'UpdateServices-services', 'UpdateServices-RSAT', 'UpdateServices-API', 'UpdateServices-UI' | |
| ['wsus']['classifications'] | string | Classifications for WSUS to sync | 'Critical Updates', 'Definitation Updates', 'Security Updates', 'Updates' |
| ['wsus']['products'] | string | Products for WSUS to sync | 'Office 2013', 'Office 2016', 'Office 2019', 'Microsoft SQL Server 2012', 'Microsoft SQL Server 2014', 'Microsoft SQL Server 2016', 'Microsoft SQL Server 2017', 'Microsoft SQL Server Management Studio v17', 'SQL Server Feature Pack', 'Windows 10', 'Windows 10 Feature on Demand', 'Windows Server 2012 R2', 'Windows Server 2016', 'Windows Server 2019' |