All Projects → aerialls → madalynn-packer

aerialls / madalynn-packer

Licence: MIT license
Packer configuration for Ubuntu Server 18.04, 20.04 and 22.04 for Proxmox.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to madalynn-packer

packer-plugin-proxmox
Packer plugin for Proxmox Builder
Stars: ✭ 28 (-41.67%)
Mutual labels:  packer, proxmox
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (+45.83%)
Mutual labels:  packer, proxmox
proxmox-ve
Proxmox VE Vagrant Base Box
Stars: ✭ 70 (+45.83%)
Mutual labels:  packer, proxmox
packer-FreeBSD
Build a FreeBSD VM for Vagrant using packer
Stars: ✭ 23 (-52.08%)
Mutual labels:  packer
circleci-packer-example
Example: packer image builder on CircleCI
Stars: ✭ 20 (-58.33%)
Mutual labels:  packer
builderator
Tools to make CI Packer builds awesome
Stars: ✭ 21 (-56.25%)
Mutual labels:  packer
docker-swarm-aws
This is a small example of provisioning a docker swarm cluster on aws using terraform and packer
Stars: ✭ 27 (-43.75%)
Mutual labels:  packer
packer-builder-hcloud
Packer builder plugin for Hetzner Cloud - https://hetzner.cloud
Stars: ✭ 24 (-50%)
Mutual labels:  packer
packer-vsphere-iso-windows
Create Packer Templates for Windows Server on VMware vSphere (and vCenter)
Stars: ✭ 73 (+52.08%)
Mutual labels:  packer
neovimfiles
My Neovim configuration written in Lua
Stars: ✭ 52 (+8.33%)
Mutual labels:  packer
terraform-provider-proxmox
terraform provider for proxmox
Stars: ✭ 28 (-41.67%)
Mutual labels:  proxmox
pkenv
Packer version manager
Stars: ✭ 50 (+4.17%)
Mutual labels:  packer
proxtop
Proxmox resource monitor -- list top resource users of your proxmox VM platform
Stars: ✭ 25 (-47.92%)
Mutual labels:  proxmox
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (-62.5%)
Mutual labels:  packer
dinivas
AWS, GCP alternative on premise. Dinivas manage your private Cloud (OpenStack) infrastructure by providing many features based on popular Open Source projects
Stars: ✭ 15 (-68.75%)
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 (-25%)
Mutual labels:  packer
gruntwork-io.github.io
The gruntwork.io website
Stars: ✭ 38 (-20.83%)
Mutual labels:  packer
packer-plugin-vultr
Packer Builder plugin for Vultr snapshots
Stars: ✭ 42 (-12.5%)
Mutual labels:  packer
Evader
Packer (actually a crypter) for antivirus evasion implemented for windows PE files (BSc-Thesis)
Stars: ✭ 86 (+79.17%)
Mutual labels:  packer
packer-ubuntu20.04
Packer vsphere-iso builder for Ubuntu-20.04
Stars: ✭ 25 (-47.92%)
Mutual labels:  packer

Madalynn Packer

This repository contains Packer files to build Ubuntu images for my personal infrastructure on Proxmox. Two LTS versions are available.

  • Ubuntu Server 18.04 (ubuntu-18.04) based on preseeds (this setup can be also used for Ubuntu Server 18.10, 19.04 and 19.10).
  • Ubuntu Server 20.04 (ubuntu-20.04) based on autoinstalls using cloud-init.
  • Ubuntu Server 22.04 (ubuntu-22.04) based on autoinstalls using cloud-init.

Feel free to fork or edit what you need.

Build

Each version can be used the same way. To launch the build of the Ubuntu image, just run the following command inside the ubuntu-XX.04 directory.

$ packer build -var-file=secrets.json ubuntu.json

You will need a secrets.json file like the following.

{
  "proxmox_username": "packer@pve",
  "proxmox_password": "fQk9f5Wd22aBgv"
}

You can also override the following parameters directly within the secrets.json file.

{
  "proxmox_vm_id": "201",
  "proxmox_template_name": "ubuntu-22.04",
  "ubuntu_iso_file": "ubuntu-22.04-live-server-amd64.iso"
}
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].