You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
312 B
9 lines
312 B
export BASTION=user@bastion.host
|
|
export GANDI_KEY="123...456"
|
|
export GANDIV5_API_KEY="123...456"
|
|
export GOOGLE_CLIENT_ID="client_id"
|
|
export GOOGLE_CLIENT_SECRET="client_secret"
|
|
export LE_EMAIL="user@redhat.com"
|
|
export OCP_ADMIN="user@redhat.com"
|
|
export LIBVIRT_USER="user"
|
|
export LIBVIRT_SERVER="libvirt.server"
|
|
|