19 lines
593 B
YAML
19 lines
593 B
YAML
---
|
|
# =============================================================================
|
|
# 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
|