Compare commits
	
		
			2 Commits
		
	
	
		
			6568acf541
			...
			Windows10
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b4f62b465d | |||
| 060ac37dc0 | 
| @@ -1,7 +1,7 @@ | ||||
| packer { | ||||
|   required_plugins { | ||||
|     windows-update = { | ||||
|       version = ">= 0.12.0" | ||||
|       version = ">= 0.14.0" | ||||
|       source  = "github.com/rgl/windows-update" | ||||
|     } | ||||
|   } | ||||
| @@ -20,19 +20,19 @@ source "vsphere-iso" "win10" { | ||||
|   datastore               = var.vsphere_datastore | ||||
|  | ||||
|   guest_os_type           = "windows9_64Guest" | ||||
|    | ||||
|  | ||||
|   boot_order              = "disk,cdrom" | ||||
|   boot_command            = [""] | ||||
|   boot_wait               = "5m" | ||||
|    | ||||
|  | ||||
|   communicator            = "winrm" | ||||
|   winrm_username          = "administrator" | ||||
|   winrm_password          = var.winrm_password | ||||
|   winrm_timeout           = "10m" | ||||
|    | ||||
|  | ||||
|   CPUs                    = 2 | ||||
|   RAM                     = 8192 | ||||
|    | ||||
|  | ||||
|   network_adapters { | ||||
|     network               = var.vsphere_network | ||||
|     network_card          = "vmxnet3" | ||||
| @@ -54,7 +54,7 @@ source "vsphere-iso" "win10" { | ||||
|   ] | ||||
|   iso_checksum            = "sha256:8D1663B71280533824CF95C7AB48ADAF5A187C38FCFF5B16A569F903688916D0" | ||||
|   iso_paths               = [ | ||||
|     "ISO-files/VMware-tools-windows-11.2.1-17243207/VMware-tools-windows-11.2.1-17243207.iso" | ||||
|     "ISO-files/VMware-tools-windows-11.3.5-18557794/VMware-tools-windows-11.3.5-18557794.iso" | ||||
|   ] | ||||
|   iso_url                 = "https://${var.repo_username}:${var.repo_password}@sn.itch.fyi/Repository/iso/Microsoft/Windows%2010/20H2/en_windows_10_enterprise_20H2_x64.iso" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user