Skip to content

Commit

Permalink
adding ansible interpreter note in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Oct 23, 2023
1 parent 36ca099 commit 87d6d37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guides/OCI/installing-quickly-agnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF > ${VARS_FILE}
provider: oci
cluster_name: ${CLUSTER_NAME}
Expand All @@ -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
Expand Down

0 comments on commit 87d6d37

Please sign in to comment.