Auto-update blog content from Obsidian: 2025-05-28 20:08:52
Some checks failed
Deploy / Deploy (push) Failing after 4s
Some checks failed
Deploy / Deploy (push) Failing after 4s
This commit is contained in:
parent
dc1a78532c
commit
773aac242b
@ -15,7 +15,7 @@ categories:
|
|||||||
|
|
||||||
L’un des aspects les plus satisfaisant de la création de mon homelab, c’est de pouvoir y appliquer des outils production-grade. J’ai voulu définir toute mon infrastructure as code, et la première étape que j’ai abordée est le déploiement de Machines Virtuelles avec **Terraform** sur **Proxmox**.
|
L’un des aspects les plus satisfaisant de la création de mon homelab, c’est de pouvoir y appliquer des outils production-grade. J’ai voulu définir toute mon infrastructure as code, et la première étape que j’ai abordée est le déploiement de Machines Virtuelles avec **Terraform** sur **Proxmox**.
|
||||||
|
|
||||||
Dans cet article, je vous guide pas à pas pour créer une simple VM sur Proxmox en utilisant Terraform, basée sur un template **cloud-init** que j’ai détaillé dans [cet article]({{< relref "post/proxmox-cloud-init-vm-template" >}}). L’exécution se fait depuis un conteneur LXC dédié qui centralise toute la gestion de mon infrastructure.
|
Dans cet article, je vous guide pas à pas pour créer une simple VM sur Proxmox en utilisant Terraform, basée sur un template **cloud-init** que j’ai détaillé dans [cet article]({{< relref "proxmox-cloud-init-vm-template" >}}). L’exécution se fait depuis un conteneur LXC dédié qui centralise toute la gestion de mon infrastructure.
|
||||||
|
|
||||||
📝 Le code complet utilisé dans cet article est disponible dans mon [dépôt GitHub Homelab](https://github.com/Vezpi/Homelab)
|
📝 Le code complet utilisé dans cet article est disponible dans mon [dépôt GitHub Homelab](https://github.com/Vezpi/Homelab)
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ J’ai choisi `bpg/proxmox` car il est mieux maintenu à l’heure où j’écri
|
|||||||
|
|
||||||
### Créer un Template Cloud-init sur Proxmox
|
### Créer un Template Cloud-init sur Proxmox
|
||||||
|
|
||||||
Consultez mon précédent article sur [Proxmox - Créer un Template de VM Cloud-Init]({{< relref "post/proxmox-cloud-init-vm-template" >}}).
|
Consultez mon précédent article sur [Proxmox - Créer un Template de VM Cloud-Init]({{< relref "proxmox-cloud-init-vm-template" >}}).
|
||||||
|
|
||||||
### Installer Terraform
|
### Installer Terraform
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ categories:
|
|||||||
|
|
||||||
One of the most satisfying parts of building a homelab is getting to apply production-grade tooling to a personal setup. I’ve been working on defining my entire infrastructure as code, and the first piece I tackled was VM deployment with **Terraform** on **Proxmox**.
|
One of the most satisfying parts of building a homelab is getting to apply production-grade tooling to a personal setup. I’ve been working on defining my entire infrastructure as code, and the first piece I tackled was VM deployment with **Terraform** on **Proxmox**.
|
||||||
|
|
||||||
In this article, I’ll walk you through creating a simple VM on Proxmox using Terraform, based on a **cloud-init** template I covered in [this article]({{< relref "post/proxmox-cloud-init-vm-template" >}}). Everything runs from a dedicated LXC container where I manage my whole infrastructure.
|
In this article, I’ll walk you through creating a simple VM on Proxmox using Terraform, based on a **cloud-init** template I covered in [this article]({{< relref "proxmox-cloud-init-vm-template" >}}). Everything runs from a dedicated LXC container where I manage my whole infrastructure.
|
||||||
|
|
||||||
📝 The full code used in this article is available in my [Homelab GitHub repository](https://github.com/Vezpi/Homelab)
|
📝 The full code used in this article is available in my [Homelab GitHub repository](https://github.com/Vezpi/Homelab)
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ I chose the `bpg/proxmox` provider because it’s better maintained at the time
|
|||||||
|
|
||||||
### Create a Cloud-init VM Template in Proxmox
|
### 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" >}}).
|
Check out my previous article on [Proxmox - Create a Cloud-Init VM Template]({{< relref "proxmox-cloud-init-vm-template" >}}).
|
||||||
|
|
||||||
### Install Terraform
|
### Install Terraform
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user