generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.envrc
15 lines (15 loc) · 790 Bytes
/
.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#shellcheck disable=SC2148,SC2155
export KUBECONFIG="$(expand_path ./kubernetes/playground/kubeconfig):$(expand_path ./kubernetes/neo/kubeconfig):$(expand_path ./kubernetes/router/kubeconfig)"
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
#export SOPS_AGE_KEY_FILE=$(expand_path ~/.config/sops/age/keys.txt)
# ansible
PATH_add "$(expand_path ./.venv/bin)"
export VIRTUAL_ENV="$(expand_path ./.venv)"
export ANSIBLE_COLLECTIONS_PATH=$(expand_path ./.venv/galaxy)
export ANSIBLE_ROLES_PATH=$(expand_path ./.venv/galaxy/ansible_roles)
export ANSIBLE_VARS_ENABLED="host_group_vars,community.sops.sops"
export ANSIBLE_LOCALHOST_WARNING="False"
export ANSIBLE_INVENTORY_UNPARSED_WARNING="False"
export K8S_AUTH_KUBECONFIG="$(expand_path ./kubeconfig)"
# k0s
export DISABLE_TELEMETRY="true"