--- # HMC connection details hmc_host: "{{ hmc_hostname }}" hmc_auth: username: "{{ hmc_username }}" password: "{{ hmc_password }}" # LPAR configuration cpc_name: "{{ mainframe_cpc }}" memory_mb: 32768 # Default 32GB cpu_count: 4 # Default 4 CPUs # OpenShift details ocp_version: "4.16.35" # Should match your x86 cluster version # Additional LPAR settings activation_profile_name: "{{ inventory_hostname }}" initial_memory: "{{ memory_mb }}" initial_processing_weight: "{{ cpu_count }}"