Skip to content

nickkadams/packer-vsphere-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Packer Builder vSphere ISO

This project contains the packer build configuration for VMs on VMware vSphere.

Requirements:

The following software must be installed/present on your local machine before you can use packer to build any of these vSphere images:

Note: To resolve ansible > 2.7.x issue in Packer, ansible_python_interpreter is used.

Usage:

Make sure all the required software (listed above) is installed, then cd into one of the distro directories and run:

for Ubuntu 20.04

$ cp variables.json.sample variables.json

$ cd ubuntu/20

$ packer build -var-file=../../variables.json \
ubuntu20.json

License

MIT

Author

These configurations are maintained by Nick Adams.