/packer-vsphere-iso-windows

Create Packer Templates for Windows Server on VMware vSphere (and vCenter)

Primary LanguagePowerShell

Packer templates for Windows Server using vSphere-ISO provider

Note: this code is compatible with Packer v1.5.x or previous versions. For Packer v1.6.x or later use this link

This repository contains HashiCorp Packer templates to deploy Windows Server distros in VMware vSphere (with vCenter), using the vsphere-iso builder.

These templates creates the Template (or VM) directly on the vSphere server and install the latest VMware Tools.

Content:

Windows Server 2016:

Windows Server 2019:

Scripts:

Tested with VMware ESX 6.7 | User: Administrator | Password: S3cr3t0!

Requirements:

How to use:

execute packer build win2016.base.json

Credits:

Inspired by Stefan Scherer, Mischa Taylor and Dmitry Teslya works.