184 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			184 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "builders": [
 | 
						|
    {
 | 
						|
      "vm_name": "WindowsServer2016",
 | 
						|
      "type": "vmware-iso",
 | 
						|
      "communicator": "winrm",
 | 
						|
      "iso_url": "{{user `iso_url`}}",
 | 
						|
      "iso_checksum_type": "{{user `iso_checksum_type`}}",
 | 
						|
      "iso_checksum": "{{user `iso_checksum`}}",
 | 
						|
      "headless": false,
 | 
						|
      "boot_wait": "2m",
 | 
						|
      "winrm_username": "vagrant",
 | 
						|
      "winrm_password": "vagrant",
 | 
						|
      "winrm_timeout": "4h",
 | 
						|
      "shutdown_timeout": "2h",
 | 
						|
      "shutdown_command": "a:/sysprep.bat",
 | 
						|
      "guest_os_type": "windows8srv-64",
 | 
						|
      "disk_size": 61440,
 | 
						|
      "vnc_port_min": 5900,
 | 
						|
      "vnc_port_max": 5980,
 | 
						|
      "version": 11,
 | 
						|
      "floppy_files": [
 | 
						|
        "{{user `autounattend`}}",
 | 
						|
        "./floppy/WindowsPowershell.lnk",
 | 
						|
        "./floppy/PinTo10.exe",
 | 
						|
        "./scripts/unattend.xml",
 | 
						|
        "./scripts/sysprep.bat",
 | 
						|
        "./scripts/disable-screensaver.ps1",
 | 
						|
        "./scripts/disable-winrm.ps1",
 | 
						|
        "./scripts/enable-winrm.ps1",
 | 
						|
        "./scripts/microsoft-updates.bat",
 | 
						|
        "./scripts/win-updates.ps1"
 | 
						|
      ],
 | 
						|
      "vmx_data": {
 | 
						|
        "RemoteDisplay.vnc.enabled": "false",
 | 
						|
        "RemoteDisplay.vnc.port": "5900",
 | 
						|
        "memsize": "2048",
 | 
						|
        "numvcpus": "2",
 | 
						|
        "scsi0.virtualDev": "lsisas1068"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "vm_name": "WindowsServer2016",
 | 
						|
      "type": "virtualbox-iso",
 | 
						|
      "communicator": "winrm",
 | 
						|
      "iso_url": "{{user `iso_url`}}",
 | 
						|
      "iso_checksum_type": "{{user `iso_checksum_type`}}",
 | 
						|
      "iso_checksum": "{{user `iso_checksum`}}",
 | 
						|
      "headless": false,
 | 
						|
      "boot_wait": "2m",
 | 
						|
      "winrm_username": "vagrant",
 | 
						|
      "winrm_password": "vagrant",
 | 
						|
      "winrm_timeout": "4h",
 | 
						|
      "shutdown_command": "a:/sysprep.bat",
 | 
						|
      "guest_os_type": "Windows2016_64",
 | 
						|
      "guest_additions_mode": "disable",
 | 
						|
      "disk_size": 61440,
 | 
						|
      "floppy_files": [
 | 
						|
        "{{user `autounattend`}}",
 | 
						|
        "./floppy/WindowsPowershell.lnk",
 | 
						|
        "./floppy/PinTo10.exe",
 | 
						|
        "./scripts/unattend.xml",
 | 
						|
        "./scripts/sysprep.bat",
 | 
						|
        "./scripts/disable-screensaver.ps1",
 | 
						|
        "./scripts/disable-winrm.ps1",
 | 
						|
        "./scripts/enable-winrm.ps1",
 | 
						|
        "./scripts/microsoft-updates.bat",
 | 
						|
        "./scripts/win-updates.ps1",
 | 
						|
        "./scripts/oracle-cert.cer"
 | 
						|
      ],
 | 
						|
      "vboxmanage": [
 | 
						|
        [
 | 
						|
          "modifyvm",
 | 
						|
          "{{.Name}}",
 | 
						|
          "--memory",
 | 
						|
          "2048"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          "modifyvm",
 | 
						|
          "{{.Name}}",
 | 
						|
          "--cpus",
 | 
						|
          "2"
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "qemu",
 | 
						|
      "vm_name": "windows_10",
 | 
						|
      "communicator": "winrm",
 | 
						|
      "iso_url": "{{user `iso_url`}}",
 | 
						|
      "iso_checksum_type": "{{user `iso_checksum_type`}}",
 | 
						|
      "iso_checksum": "{{user `iso_checksum`}}",
 | 
						|
      "headless": false,
 | 
						|
      "boot_wait": "6m",
 | 
						|
      "boot_command": "",
 | 
						|
      "winrm_username": "vagrant",
 | 
						|
      "winrm_password": "vagrant",
 | 
						|
      "winrm_timeout": "4h",
 | 
						|
      "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",
 | 
						|
      "accelerator": "kvm",
 | 
						|
      "disk_size": "{{user `disk_size`}}",
 | 
						|
      "output_directory": "{{ user `packer_build_dir`}}",
 | 
						|
      "qemuargs": [
 | 
						|
        [
 | 
						|
          "-m",
 | 
						|
          "2048"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          "-smp",
 | 
						|
          "2"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          "-drive",
 | 
						|
          "file={{ user `virtio_win_iso` }},media=cdrom,index=3"
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          "-drive",
 | 
						|
          "file={{ user `packer_build_dir`}}/{{ .Name }},if=virtio,cache=writeback,discard=ignore,format=qcow2,index=1"
 | 
						|
        ]
 | 
						|
      ],
 | 
						|
      "floppy_files": [
 | 
						|
        "{{user `autounattend_virtio`}}",
 | 
						|
        "./floppy/WindowsPowershell.lnk",
 | 
						|
        "./floppy/WindowsPowershell.lnk",
 | 
						|
        "./floppy/PinTo10.exe",
 | 
						|
        "./scripts/unattend.xml",
 | 
						|
        "./scripts/sysprep.bat",
 | 
						|
        "./scripts/disable-screensaver.ps1",
 | 
						|
        "./scripts/disable-winrm.ps1",
 | 
						|
        "./scripts/enable-winrm.ps1",
 | 
						|
        "./scripts/microsoft-updates.bat",
 | 
						|
        "./scripts/win-updates.ps1"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "provisioners": [
 | 
						|
    {
 | 
						|
      "type": "windows-shell",
 | 
						|
      "execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
 | 
						|
      "scripts": [
 | 
						|
        "./scripts/vm-guest-tools.bat",
 | 
						|
        "./scripts/enable-rdp.bat"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "powershell",
 | 
						|
      "scripts": [
 | 
						|
        "./scripts/debloat-windows.ps1"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "windows-restart"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "windows-shell",
 | 
						|
      "execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
 | 
						|
      "scripts": [
 | 
						|
        "./scripts/pin-powershell.bat",
 | 
						|
        "./scripts/set-winrm-automatic.bat",
 | 
						|
        "./scripts/compile-dotnet-assemblies.bat",
 | 
						|
        "./scripts/uac-enable.bat",
 | 
						|
        "./scripts/compact.bat"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "post-processors": [
 | 
						|
    {
 | 
						|
      "type": "vagrant",
 | 
						|
      "keep_input_artifact": false,
 | 
						|
      "output": "windows_2016_{{.Provider}}.box",
 | 
						|
      "vagrantfile_template": "vagrantfile-windows_2016.template"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "variables": {
 | 
						|
    "iso_url": "https://software-download.microsoft.com/download/pr/Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.ISO",
 | 
						|
    "iso_checksum_type": "md5",
 | 
						|
    "iso_checksum": "70721288BBCDFE3239D8F8C0FAE55F1F",
 | 
						|
    "disk_size": "61440",
 | 
						|
    "autounattend": "./answer_files/2016/Autounattend.xml",
 | 
						|
    "virtio_win_iso": "./virtio-win.iso",
 | 
						|
    "autounattend_virtio": "./answer_files/2016_virtio/Autounattend.xml",
 | 
						|
    "packer_build_dir": "./win2016"
 | 
						|
  }
 | 
						|
} |