# proxmox-infrastructure > Manage the Matrix/Virgo-Core Proxmox VE cluster (nodes Foxtrot, Golf, Hotel - MINISFORUM MS-A2 with AMD Ryzen 9 9955HX). Covers VM provisioning, VLAN networking, CEPH storage, and automation via Python (proxmoxer), Ansible (community.general.proxmox), and Terraform (Telmate/proxmox). - Author: Brent - Repository: basher83/lunar-claude - Version: 20260118064800 - Stars: 13 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/basher83/lunar-claude - Web: https://mule.run/skillshub/@@basher83/lunar-claude~proxmox-infrastructure:20260118064800 --- --- name: proxmox-infrastructure description: Manage the Matrix/Virgo-Core Proxmox VE cluster (nodes Foxtrot, Golf, Hotel - MINISFORUM MS-A2 with AMD Ryzen 9 9955HX). Covers VM provisioning, VLAN networking, CEPH storage, and automation via Python (proxmoxer), Ansible (community.general.proxmox), and Terraform (Telmate/proxmox). --- # Proxmox Infrastructure: Matrix/Virgo-Core Cluster Manage 3-node Proxmox VE cluster with CEPH storage, VLAN networking, and cloud-init automation. ## Trigger Phrases Use this skill when you see: - "Clone the Ubuntu template to create a new VM" - "Check CEPH storage health on the cluster" - "Configure VLAN 30 networking for a Proxmox VM" - "Create a cloud-init template from Ubuntu noble image" - "What's the status of nodes Foxtrot, Golf, or Hotel?" - "Deploy VMs using Terraform and the Proxmox provider" - "Configure MTU 9000 for CEPH storage networks" - "Troubleshoot VM deployment or networking issues" - "Use Ansible community.general.proxmox modules" - "Validate template configuration via Proxmox API" ## Available Tools ### Python Scripts (uv-based) - **validate_template.py** - Validate template health via Proxmox API - **cluster_status.py** - Cluster health metrics and node status - **check_ceph_health.py** - CEPH storage pool health monitoring - **check_cluster_health.py** - Comprehensive cluster diagnostics All scripts support `--help` for usage. Run with: `uv run tools/