Auto-update blog content from Obsidian: 2025-05-27 19:53:45
All checks were successful
Deploy / Deploy (push) Successful in 5s

This commit is contained in:
Gitea Actions 2025-05-27 19:53:45 +00:00
parent 3c884e6090
commit 275bf92728
3 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
title: Proxmox - Créer un Template de VM Cloud-Init
description: Découvrez comment créer un template de VM Ubuntu réutilisable avec cloud-init dans Proxmox pour accélérer et simplifier le déploiement de machines virtuelles.
date: 2025-01-31
date: 2025-03-31
draft: false
tags:
- proxmox

View File

@ -1,7 +1,7 @@
---
title: Proxmox - Create a Cloud-Init VM Template
description: Learn how to create a reusable Ubuntu VM template with cloud-init in Proxmox to speed up and simplify virtual machine deployment.
date: 2025-01-31
date: 2025-03-31
draft: false
tags:
- proxmox

View File

@ -17,6 +17,7 @@ In my homelab, one of the big project I had in mind was to be able to create my
In this article I will show you how
My first project is to create simple VM on [[Proxmox]] with Terraform, based of a [[cloud-init]] VM template
From LXC container
Add the link to the homelab GitHub repository
---
@ -40,6 +41,10 @@ I chose the `bpg/proxmox` provider because its better maintained at the time
---
## Prepare the Environment
### Create a Cloud-init VM Template in Proxmox
Check out my previous article on [Proxmox - Create a Cloud-Init VM Template]({{< relref "post/proxmox-cloud-init-vm-template" >}}).
### Install Terraform
For the Terraform installation, I followed the [documentation](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) to install it into my LXC container.