Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 908 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 908 Bytes

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.