Skip to content

Instantly share code, notes, and snippets.

@eriknelson
Created February 24, 2017 14:18
Show Gist options
  • Save eriknelson/16903b162ceacd0198d20942e8f68891 to your computer and use it in GitHub Desktop.
Save eriknelson/16903b162ceacd0198d20942e8f68891 to your computer and use it in GitHub Desktop.
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