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,20 @@
---
# =============================================================================
# proxmox_status — defaults
# =============================================================================
# Include VM inventory in report
status_include_vms: true
# Include storage status
status_include_storage: true
# Include CEPH status (skipped gracefully if not configured)
status_include_ceph: true
# Include HA status (skipped gracefully if not configured)
status_include_ha: true
# API connection (inherited from inventory)
api_port: 8006
validate_certs: false