What problem does it solve?
This Skill streamlines the complex automation of Proxmox VE, enabling you to manage VMs, clusters, and storage efficiently with Ansible, reducing manual errors and accelerating infrastructure deployment.
Core Features & Use Cases
- Native Module Preference: Learn to leverage
community.proxmox modules for idempotent VM, user, and storage management, minimizing reliance on error-prone CLI commands.
- Idempotent CLI Automation: Master techniques for making Proxmox CLI tools (
pvecm, pveceph, qm) idempotent when native modules are unavailable.
- Cluster & CEPH Management: Automate Proxmox cluster formation, node joining, and CEPH storage deployment with robust, verified patterns.
- Use Case: Deploy a new Proxmox VE cluster with integrated CEPH storage. Use this skill to automate the entire process, from cluster initialization to OSD creation and pool configuration.
Quick Start
"Show me how to create a new Proxmox VM from a template using the community.proxmox.proxmox_kvm module, ensuring it's idempotent."