Skip to content
DeclerckLouis edited this page Apr 8, 2024 · 1 revision

Packer

Packer is an open-source tool, used to automate the creation of machine images. This allows for a more consistent and repeatable "onboarding" process for new machines.

Providers

In this project, the goal was to rely on as little external services as possible.
For this reason, only the following providers are used:

  • proxmox Used to create VM templates for the Proxmox cluster. These templates allow for immediate provisioning of new VM's with the Ansible playbooks. (see Pipelines)
Clone this wiki locally