Skip to content

dogukancagatay/packer-ubuntu-20.04

 
 

Repository files navigation

packer-ubuntu-20.04

About

A Packer template to create Ubuntu 20.04 "Focal Fossa" Server boxes for Vagrant.

Usage

Install ansible requirements.

pip3 install -r requirements.txt

To create VirtualBox virtual machine.

packer build -on-error=ask ubuntu-vbox.json

To create KVM virtual machine.

packer build -on-error=ask ubuntu-qemu.json

To create Hyper-V virtual machine. (Not updated probably won't work)

packer build ubuntu-hyperv.json

Create Password for cloud-init autoinstall

docker run -it --rm alpine mkpasswd --method=sha512 ubuntu

About

packer example - Ubuntu Server 20.04.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.2%
  • Jinja 21.8%