Quick Start GuidesImplement Red Hat OCPConfigure the Bastion nodeRun Ansible playbooks to configure the Bastion nodeRun Ansible playbooks to configure the Bastion node.Run the following Ansible playbooks:/opt/ocpOD/roles/common/tasks/ocpod-step1.yaml/opt/ocpOD/roles/common/tasks/ocpod-step2.yamlRun the following commands in the path where you cloned the source code (/root/).mkdir installcp install-config.yaml install/./openshift-install create manifests --dir=/root/ocp-44/installEdit install/manifests/cluster-schedule-02-config.yml and change mastersSchedulable from true to false.Run the following commands to generate the Ignition configuration files are used to make the nodes in the cluster../openshift-install create ignition-configs --dir=/root/ocp-44/installcp install/*.ign /opt/nginx/html/cd /opt/nginx/html/chmod 0755 *.ignGive feedback