Skip to content

Commit 5b32811

Browse files
committed
Update .envrc
1 parent 59793ae commit 5b32811

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.envrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#shellcheck disable=SC2148,SC2155
22
export KUBECONFIG=$(expand_path ./kubeconfig)
3-
export ANSIBLE_HOST_KEY_CHECKING=False
3+
export ANSIBLE_CONFIG=$(expand_path ./ansible.cfg)
4+
export ANSIBLE_HOST_KEY_CHECKING="False"
5+
export K8S_AUTH_KUBECONFIG=$(expand_path ./kubeconfig)
6+
export SOPS_AGE_KEY_FILE=$(expand_path ~/.config/sops/age/keys.txt)
47
export GPG_TTY=$(tty)
5-
export ANSIBLE_CONFIG=$(expand_path ./ansible/kiosk/ansible.cfg)

0 commit comments

Comments
 (0)