Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.04 KB

README.md

File metadata and controls

39 lines (25 loc) · 2.04 KB

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.