summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2023-10-03 09:46:34 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2023-10-03 09:46:34 -0500
commitdb69128e0a0dafc1e67f7035d8d9da805cd65d75 (patch)
tree46247a074cbb7cbc9e2068867375a97af0233860
parentc25c4e70e78d5b91efea0127c5874a4971196b24 (diff)
downloaddotconfig-db69128e0a0dafc1e67f7035d8d9da805cd65d75.tar.xz
dotconfig-db69128e0a0dafc1e67f7035d8d9da805cd65d75.zip
ansible configuration file
-rw-r--r--ansible/ansible.cfg4
-rwxr-xr-xzsh/zprofile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 0000000..59550d5
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,4 @@
+[defaults]
+ask_vault_pass = True
+display_args_to_stdout = True
+remote_tmp = ${XDG_CONFIG_HOME}/ansible/tmp
diff --git a/zsh/zprofile b/zsh/zprofile
index 33e2e01..2081946 100755
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -16,7 +16,7 @@ export XAUTHORITY="$XDG_CACHE_HOME/Xauthority"
export XDG_CONFIG_HOME="$HOME/.config"
export ANSIBLE_HOME="${XDG_CONFIG_HOME}/ansible"
-export ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible.cfg"
+export ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible/ansible.cfg"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"