Skip to content

Commit 42061a7

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request openshift#7650 from bfallonf/master
Revert "fixed ansible playbook for version 3.6 onwards"
2 parents ab3d8a4 + 2cdc179 commit 42061a7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

install_config/provisioners.adoc

+2-6
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,15 @@ The following command sets the directory in the EFS volume to
153153
be mountable and writeable by the provisioner pod.
154154

155155
----
156-
$ ansible-playbook <OPENSHIFT_ANSIBLE_DIR>/playbooks/byo/openshift-cluster/openshift_provisioners.yml \
156+
$ ansible-playbook <OPENSHIFT_ANSIBLE_DIR>/playbooks/openshift-provisioners/config.yml \
157157
-e openshift_provisioners_install_provisioners=True \
158158
-e openshift_provisioners_efs=True \
159159
-e openshift_provisioners_efs_fsid=fs-47a2c22e \
160160
-e openshift_provisioners_efs_region=us-west-2 \
161161
-e openshift_provisioners_efs_aws_access_key_id=AKIAIOSFODNN7EXAMPLE \
162162
-e openshift_provisioners_efs_aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY \
163163
-e openshift_provisioners_efs_path=/data/persistentvolumes
164-
-e openshift_provisioners_image_version=<image_version> <1>
165164
----
166-
<1> Replace with the desired image version
167165

168166
[[nfs-selinux]]
169167
==== SELinux
@@ -209,8 +207,6 @@ You can remove everything deployed by the OpenShift Ansible `openshift_provision
209207
by running the following command:
210208

211209
----
212-
$ ansible-playbook <OPENSHIFT_ANSIBLE_DIR>/playbooks/byo/openshift-cluster/openshift_provisioners.yml \
210+
$ ansible-playbook <OPENSHIFT_ANSIBLE_DIR>/playbooks/openshift-provisioners/config.yml \
213211
-e openshift_provisioners_install_provisioners=False
214-
-e openshift_provisioners_image_version=<image_version> <1>
215212
----
216-
<1> Replace with the desired (or up-to-date) image version.

0 commit comments

Comments
 (0)