From 87d6d37c7ed06825a0a4c8c782b2c31cb6e29a92 Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Mon, 23 Oct 2023 15:49:14 -0300 Subject: [PATCH] adding ansible interpreter note in the docs --- docs/guides/OCI/installing-quickly-agnostic.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guides/OCI/installing-quickly-agnostic.md b/docs/guides/OCI/installing-quickly-agnostic.md index 5625cc2..fac8feb 100644 --- a/docs/guides/OCI/installing-quickly-agnostic.md +++ b/docs/guides/OCI/installing-quickly-agnostic.md @@ -57,6 +57,9 @@ source ~/.openshift/env CLUSTER_NAME=oci-e414rc6ad3 VARS_FILE=./vars-oci-ha_${CLUSTER_NAME}.yaml +# if you are using python virtual env, like me ;D, set the interpreter path: +ANSIBLE_PYTHON_INTERPRETER=${VENV_PATH}/$VIRTUAL_ENV/bin/python3 + cat < ${VARS_FILE} provider: oci cluster_name: ${CLUSTER_NAME} @@ -73,7 +76,7 @@ oci_compartment_id_image: ${OCI_COMPARTMENT_ID_IMAGE} cluster_profile: ha destroy_bootstrap: no -config_ssh_key: "$(cat ~/.ssh/id_rsa.pub;cat ~/.ssh/openshift-dev.pub)" +config_ssh_key: "$(cat ~/.ssh/id_rsa.pub)" config_pull_secret_file: "${HOME}/.openshift/pull-secret-latest.json" config_cluster_version: 4.14.0-rc.6