cluster_name: "openshift" cluster_version: "4.18.21" openshift_installer_file: "openshift-install-linux.tar.gz" openshift_client_file: "openshift-client-linux.tar.gz" openshift_installer_download_url: "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/{{ cluster_version }}/{{ openshift_installer_file }}" openshift_client_download_url: "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/{{ cluster_version }}/{{ openshift_client_file }}" worker_node_count: 1 master_node_count: 3 cluster_network: "10.128.0.0/14" cluster_network_host_prefix: 23 machine_network: "10.1.71.0/24" service_network: "172.30.0.0/16" platform_type: "baremetal" api_address: "10.1.71.69" app_address: "10.1.71.60"