Initial hyper-v demo skeleton

This commit is contained in:
2026-04-28 15:59:50 -04:00
commit 1759682aef
14 changed files with 737 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
# 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