2020-04-24 12:38:24 +00:00
|
|
|
# The path to our pass credentials store
|
|
|
|
export PASSWORD_STORE_DIR=$(pwd)/../infrastructure/credentials/password-store
|
|
|
|
|
2020-04-24 12:12:57 +00:00
|
|
|
# The Hetzner Cloud API token for managing our instances
|
|
|
|
export HCLOUD_TOKEN=$(pass show logins/hetzner/cicd/api_key)
|
|
|
|
|
|
|
|
# So molecule will show credentials in the logs
|
|
|
|
export MOLECULE_NO_LOG=False
|
|
|
|
|
|
|
|
# For unique integration testing VPS names
|
|
|
|
export INSTANCE_UUID=$RANDOM
|