ansible-proxmox

Automate Proxmox VE VM, cluster, and storage management with Ansible.

1|Updated Oct 12, 2025
One-click install
npx skills add https://github.com/basher83/Virgo-Core --skill ansible-proxmox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ansible-proxmox
Source: https://github.com/basher83/Virgo-Core/tree/main/.claude/plugins/ansible-workflows/skills/ansible-proxmox
Command: npx skills add https://github.com/basher83/Virgo-Core --skill ansible-proxmox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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."