testing new proxmox logic
This commit is contained in:
18
roles/proxmox_preflight/defaults/main.yml
Normal file
18
roles/proxmox_preflight/defaults/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# proxmox_preflight — defaults
|
||||
# =============================================================================
|
||||
|
||||
# Minimum number of nodes that must be online before proceeding
|
||||
preflight_min_nodes_online: 1
|
||||
|
||||
# Abort if any node is offline (set false to warn only)
|
||||
preflight_abort_on_offline_node: true
|
||||
|
||||
# Quorum check via pvecm (SSH)
|
||||
preflight_check_quorum: true
|
||||
|
||||
# API connection (inherited from inventory)
|
||||
# api_host, api_port, api_user, api_token_id, api_token_secret
|
||||
api_port: 8006
|
||||
validate_certs: false
|
||||
Reference in New Issue
Block a user