Auto-update blog content from Obsidian: 2025-05-27 19:53:45
All checks were successful
Deploy / Deploy (push) Successful in 5s
All checks were successful
Deploy / Deploy (push) Successful in 5s
This commit is contained in:
parent
3c884e6090
commit
275bf92728
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Proxmox - Créer un Template de VM Cloud-Init
|
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.
|
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
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- proxmox
|
- proxmox
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Proxmox - Create a Cloud-Init VM Template
|
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.
|
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
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- proxmox
|
- proxmox
|
||||||
|
@ -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
|
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
|
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
|
Add the link to the homelab GitHub repository
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -40,6 +41,10 @@ I chose the `bpg/proxmox` provider because it’s better maintained at the time
|
|||||||
---
|
---
|
||||||
## Prepare the Environment
|
## 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
|
### 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user