57ddf083f711730fc431b9b08663e6ac649d57cc
Proxmox & Linstor HCI Automated Provisioning
This repository contains an Infrastructure as Code (IaC) pipeline to automatically bootstrap a Highly Available Proxmox Virtual Environment (PVE) cluster, with an optional High Availability Hyperconverged Linstor/DRBD storage stack.
🚀 Quick Start (For Beginners)
You do not need to install Ansible locally. This repository includes a DevContainer pre-configured with all necessary tools, linters, and extensions.
- InstallVisual Studio Code and Docker (or Podman).
- Install the VS CodeDev Containers Extension.
- Clone this repository and open the folder in VS Code.
- Click "Reopen in Container" when prompted in the bottom right corner (or press
Ctrl+Shift+Pand typeDev Containers: Reopen in Container). - Proceed to the Documentation to configure your cluster variables and run your first deployment.
📚 Documentation
Detailed documentation is available in the docs/ directory. If you are new to Ansible or this stack, please read them in order:
*01 - Prerequisites & Node Preparation *02 - Configuring the Cluster (Inventory & Vars)
Description
Languages
Jinja
100%