21 lines
326 B
YAML
21 lines
326 B
YAML
---
|
|
# Windows Server configuration
|
|
|
|
# Windows Update settings
|
|
windows_update_categories:
|
|
- CriticalUpdates
|
|
- SecurityUpdates
|
|
- UpdateRollups
|
|
|
|
# Common Windows features
|
|
windows_features_remove:
|
|
- Windows-Defender
|
|
|
|
# Timezone
|
|
timezone: "Eastern Standard Time"
|
|
|
|
# DNS servers
|
|
dns_servers:
|
|
- 192.168.1.1
|
|
- 192.168.1.2
|