Created
February 24, 2017 14:18
-
-
Save eriknelson/16903b162ceacd0198d20942e8f68891 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc run ansible-service-broker-ansibleapp --env "OPENSHIFT_TARGET=10.1.2.2:8443" --env "OPENSHIFT_USER=admin" --env "OPENSHIFT_PASS=ppp" --image=ansibleapp/ansible-service-broker-ansibleapp --restart=Never -- provision -e "dockerhub_user=eriknelson" -e "dockerhub_pass=ppp" -e "openshift_target=10.1.2.2:8443" -e "openshift_user=admin" -e "openshift_pass=ppp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment