We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59793ae commit 5b32811Copy full SHA for 5b32811
.envrc
@@ -1,5 +1,7 @@
1
#shellcheck disable=SC2148,SC2155
2
export KUBECONFIG=$(expand_path ./kubeconfig)
3
-export ANSIBLE_HOST_KEY_CHECKING=False
+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)
7
export GPG_TTY=$(tty)
-export ANSIBLE_CONFIG=$(expand_path ./ansible/kiosk/ansible.cfg)
0 commit comments