This project contains the packer build configuration for VMs on VMware vSphere.
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.
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
MIT
These configurations are maintained by Nick Adams.