24 lines
718 B
YAML
24 lines
718 B
YAML
---
|
|
# Role defaults for clean cluster reconcile workflow.
|
|
|
|
# INITIATING ARCHITECT context
|
|
cluster_project_name: "node-replacement-mar13-2026"
|
|
|
|
# Mode: validate (read-only), join (join node if needed), auto (join+validate)
|
|
cluster_mode: "auto"
|
|
|
|
# Target node to join existing cluster and anchor node already in quorum.
|
|
join_node: "pve01"
|
|
join_target_host: "pve02"
|
|
join_target_ip: ""
|
|
|
|
# Service behavior after successful join.
|
|
cluster_enable_ha_services: true
|
|
cluster_join_allow_existing_guests: true
|
|
|
|
# Optional force path. Normally keep false for strict idempotency.
|
|
cluster_force_rejoin: false
|
|
|
|
# Artifact output path on controller.
|
|
cluster_reconcile_output_root: "{{ playbook_dir }}/../../outputs/cluster-reconcile"
|