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,18 @@
---
# Hyper-V host configuration
# Default VM settings
default_vm_cpu_count: 2
default_vm_memory_gb: 4
default_vm_disk_size_gb: 60
# Network settings
default_vm_switch: "Internal Switch"
default_vm_vlan: 100
# VM storage paths
vm_storage_path: "D:\\VMs"
iso_storage_path: "D:\\ISOs"
# Windows Server ISO
windows_server_iso: "{{ iso_storage_path }}\\Windows_Server_2022.iso"