- name: Include vars from a file ansible.builtin.include_vars: file: /root/cherry-ipi/variables.yml - name: Include vars from vault ansible.builtin.include_vars: file: /root/cherry-ipi/secrets.yaml - name: Template install config delegate_to: localhost ansible.builtin.template: src: /root/cherry-ipi/templates/install-config.yaml.j2 dest: /tmp/cluster/install-config.yaml - name: Create an OpenShift cluster delegate_to: localhost ansible.builtin.shell: cmd: /tmp/openshift-installer/bin/openshift-install --dir=/tmp/cluster create cluster