# Local Rancher API credentials for helper scripts.
# Copy to .rancher.env and fill in the token. .rancher.env is gitignored.
#
# Create this Rancher API token from a dedicated remote/external Rancher user,
# not from the local Rancher admin account. Use the smallest scope that can read
# the target cluster and its cluster registration tokens.

export RANCHER_API_TOKEN="token-xxxxx:yyyyy"

# Optional overrides. If omitted, scripts/rancher-registration-command.sh reads
# defaults from inventory/group_vars/<TARGET_CLUSTER>.yml.
#
# export TARGET_CLUSTER="gem_cluster_01"
# export RANCHER_URL="https://rancher.gem.mintfit.hamburg"
# export RANCHER_CLUSTER_ID="c-m-xxxxx"
# export RANCHER_CLUSTER_NAME="gem-cluster-01"
# export RANCHER_NODE_ADDRESS="178.105.200.132"
# export RANCHER_NODE_INTERNAL_ADDRESS="10.0.0.13"
