Files
hyperv-demo/group_vars/windows_servers.yml

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