Skip to content

amard33p/packer101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Deploy Ubuntu using Packer on VMWare vCenter

  • Download packer
    cd /tmp
    wget https://releases.hashicorp.com/packer/1.5.5/packer_1.5.5_linux_amd64.zip
    unzip packer_1.5.5_linux_amd64.zip -d /usr/local/bin/
    chmod u+x /usr/local/bin/packer
    
  • Clone this repository and cd to packer-vsphere-builds/ubuntu-18
  • Edit variables.json accordingly
  • Run packer build -var-file variables.json ubuntu-18.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages