ansible-proxmox
Installation
SKILL.md
Ansible Proxmox Integration
Expert Proxmox automation using community.proxmox collection with minimal CLI usage.
Module Selection
Prefer Native Modules
Use community.proxmox modules when available:
| Operation | Use Module | NOT CLI |
|---|---|---|
| Create VM | community.proxmox.proxmox_kvm |
qm create |
| Clone VM | community.proxmox.proxmox_kvm |
qm clone |
| Manage users | community.proxmox.proxmox_user |
pveum user |
| Manage groups | community.proxmox.proxmox_group |
pveum group |
| Manage pools | community.proxmox.proxmox_pool |
pveum pool |
| Manage ACLs | community.proxmox.proxmox_acl |
pveum acl |
| Storage | community.proxmox.proxmox_storage |
pvesm |
Related skills
More from basher83/lunar-claude
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).
67ansible-fundamentals
>
20ansible-idempotency
>
17ansible-role-design
>
16ansible-testing
>
16claude-agent-sdk
>
12