ProxSpray is a fast, production-ready Ansible automation for deploying Proxmox clusters with Ceph, advanced networking, and more.
- Clone the repo
git clone https://github.com/ankraio/proxspray.git
cd proxspray- Copy and edit the example inventory
cp -r inventory-example inventory/my-cluster
# Edit inventory/my-cluster/inventory and group_vars/all.yml- Run the playbook
ansible-playbook -i inventory/my-cluster/inventory playbook.yml- Check your cluster
ansible -i inventory/my-cluster/inventory proxmox -m shell -a "pvecm status"
ansible -i inventory/my-cluster/inventory proxmox -m shell -a "ceph health"The output of ProxSpray (API tokens, user credentials, and environment files in ~/tmp/.proxmox-terraform/) works directly with ankraio/proxmox-terraform for seamless infrastructure-as-code workflows.
Maintained by: Ankra Infrastructure Team