This commit is contained in:
2026-04-29 09:37:32 -04:00
parent 1717081550
commit fe11468547
4 changed files with 66 additions and 20 deletions

View File

@@ -4,15 +4,16 @@
# Default VM settings
default_vm_cpu_count: 2
default_vm_memory_gb: 4
default_vm_disk_size_gb: 60
default_vm_disk_size_gb: 20
# Network settings
default_vm_switch: "Internal Switch"
default_vm_vlan: 100
# VM storage paths
vm_storage_path: "D:\\VMs"
iso_storage_path: "D:\\ISOs"
vm_storage_drive: "C:"
vm_storage_path: "C:\\VMs"
iso_storage_path: "C:\\ISOs"
# Windows Server ISO
windows_server_iso: "{{ iso_storage_path }}\\Windows_Server_2022.iso"