mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-06 00:45:35 +01:00
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
# source installrc first.
|
|
export OCP_IMAGE=~/images/CentOS-7-x86_64-GenericCloud-1809.qcow2
|
|
export OCP_SSH_USER="centos"
|