18 lines
512 B
YAML
18 lines
512 B
YAML
---
|
|
# =============================================================================
|
|
# proxmox_ha — defaults
|
|
# =============================================================================
|
|
|
|
# Action: status | disable | enable | migrate
|
|
ha_action: status
|
|
|
|
# Node to disable/enable HA management for (used with disable/enable)
|
|
# Default: current_node (set by caller)
|
|
|
|
# Timeout waiting for HA manager to acknowledge
|
|
ha_timeout: 60
|
|
|
|
# API connection (inherited from inventory)
|
|
api_port: 8006
|
|
validate_certs: false
|