All Projects → efops → packer-ubuntu20.04

efops / packer-ubuntu20.04

Licence: MIT license
Packer vsphere-iso builder for Ubuntu-20.04

Programming Languages

HCL
1544 projects
shell
77523 projects

Projects that are alternatives of or similar to packer-ubuntu20.04

local-hashicorp-stack
Local Hashicorp Stack for DevOps Development without Hypervisor or Cloud
Stars: ✭ 23 (-8%)
Mutual labels:  packer
kubash
Kubash - the K8$ shell for your kube clusters
Stars: ✭ 20 (-20%)
Mutual labels:  packer
pkenv
Packer version manager
Stars: ✭ 50 (+100%)
Mutual labels:  packer
Origami
Packer compressing .net assemblies, (ab)using the PE format for data storage
Stars: ✭ 111 (+344%)
Mutual labels:  packer
laravel-Packer
CSS, Javascript and Images packer/processors to Laravel
Stars: ✭ 57 (+128%)
Mutual labels:  packer
packer-kali linux
This is a repository that will be used to help create a process of a new kali vagrant box for hashicorp each week.
Stars: ✭ 36 (+44%)
Mutual labels:  packer
packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
Stars: ✭ 1,116 (+4364%)
Mutual labels:  packer
packer-plugin-vultr
Packer Builder plugin for Vultr snapshots
Stars: ✭ 42 (+68%)
Mutual labels:  packer
first-steps-and-hardening-in-ubuntu-server-and-docker
First Steps in Ubuntu (Server) / Hardening and Config With Docker
Stars: ✭ 28 (+12%)
Mutual labels:  ubuntu2004
circleci-packer-example
Example: packer image builder on CircleCI
Stars: ✭ 20 (-20%)
Mutual labels:  packer
packer-vagrant-builder
Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's
Stars: ✭ 49 (+96%)
Mutual labels:  packer
docker-files
Teracy docker-files project to build common Docker images
Stars: ✭ 87 (+248%)
Mutual labels:  packer
packer-FreeBSD
Build a FreeBSD VM for Vagrant using packer
Stars: ✭ 23 (-8%)
Mutual labels:  packer
cis ubuntu 2004
💻 Ansible Role for applying CIS Benchmark for Ubuntu Linux 20.04 LTS (hardening).
Stars: ✭ 30 (+20%)
Mutual labels:  ubuntu2004
arch-ansible
An Ansible playbook to install Arch Linux
Stars: ✭ 33 (+32%)
Mutual labels:  packer
tailscale-ui
Tailscale UI for Ubuntu
Stars: ✭ 56 (+124%)
Mutual labels:  ubuntu2004
packer-builder-hcloud
Packer builder plugin for Hetzner Cloud - https://hetzner.cloud
Stars: ✭ 24 (-4%)
Mutual labels:  packer
neovimfiles
My Neovim configuration written in Lua
Stars: ✭ 52 (+108%)
Mutual labels:  packer
Evader
Packer (actually a crypter) for antivirus evasion implemented for windows PE files (BSc-Thesis)
Stars: ✭ 86 (+244%)
Mutual labels:  packer
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (-28%)
Mutual labels:  packer

Packer config to build Vsphere virtual machines templates from Ubuntu 20.04 live-server ISO file as a source.

I have used iso_path variable on ubuntu-20.04.json. But Also I have added iso_url variable to variables.json. So If you dont have ready Ubuntu-20.04 live-server then you can basically change iso_path variable with iso_url in ubuntu-20.04.json. You can find more detailed information on my website (https://efkan-isazade.com/p/automating-ubuntu-20.04-live-server-template-generation-with-packer-vsphere-iso-build./).

Run packer build:

packer build -on-error=ask -var-file variables.json ubuntu-20.04.json

Running packer build with hcl template

packer build -debug -on-error=ask -var-file variables.pkrvars.hcl -var-file vsphere.pkrvars.hcl ubuntu-20.04.pkr.hcl
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].