packer-cn/website/pages/docs/builders/proxmox/index.mdx

30 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-09-10 20:33:30 -04:00
---
description: >
The Proxmox Packer builder is able to create Cloud-Init
virtual machine images on a Proxmox server.
layout: docs
page_title: Proxmox - Builders
sidebar_title: Proxmox
---
# Proxmox Builder
The Proxmox Packer builder is able to create
[Proxmox](https://www.proxmox.com/en/proxmox-ve) virtual
machines and store them as new Proxmox Virutal Machine images.
Packer is able to target both ISO and existing Cloud-Init images:
2020-11-09 09:33:07 -05:00
- [proxmox-clone](/docs/builders/proxmox/clone) - The proxmox image
2020-09-10 20:33:30 -04:00
Packer builder is able to create new images for use with
Proxmox VE. The builder takes a cloud-init enabled virtual machine
template name, runs any provisioning necessary on the image after
launching it, then creates a virtual machine template.
2020-11-09 09:33:07 -05:00
- [proxmox-iso](/docs/builders/proxmox/iso) - The proxmox Packer
2020-09-10 20:33:30 -04:00
builder is able to create new images for use with
Proxmox VE. The builder takes an ISO source, runs any provisioning
necessary on the image after launching it, then creates a virtual machine
template.