This is a Hashicorp packer file to build an Ubuntu template for VMWare, Virtualbox and Proxmox.
- Verify the template variables in the image-configs directory. Create a copy from the templates to your technology.
You can build them using command:
./build.sh <domain> <proxmox|vmware>
It will concatenate to the template in the image-configs directory:
- -.shvars : settings to create the cloud-init user-date file
- -.pkrvars.hcl: settings to build the images
DANGER: Don't use the default .shvars-file, because it is just an example. It is better to reconfigure the file or use a Vault system to retrieve the credentials.
- Add vagrant-box support