testing new proxmox logic
This commit is contained in:
20
roles/proxmox_status/defaults/main.yml
Normal file
20
roles/proxmox_status/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user