testing new proxmox logic

This commit is contained in:
Semaphore
2026-03-15 15:48:59 -07:00
parent 347a85b09d
commit ea2f00c098
34 changed files with 2391 additions and 21 deletions

View File

@@ -0,0 +1,23 @@
---
# =============================================================================
# proxmox_status.yml
# Cluster health report — nodes, VMs, storage, CEPH, HA, updates.
# Safe to run at any time with no side effects.
#
# Usage:
# ansible-playbook proxmox_status.yml
# ansible-playbook proxmox_status.yml -e "status_include_ceph=false"
# =============================================================================
- name: "Proxmox | Cluster Status Report"
hosts: proxmox_cluster
gather_facts: true
vars:
status_include_vms: true
status_include_storage: true
status_include_ceph: true
status_include_ha: true
roles:
- role: proxmox_status