diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2023-10-03 09:46:34 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2023-10-03 09:46:34 -0500 |
commit | db69128e0a0dafc1e67f7035d8d9da805cd65d75 (patch) | |
tree | 46247a074cbb7cbc9e2068867375a97af0233860 /ansible | |
parent | c25c4e70e78d5b91efea0127c5874a4971196b24 (diff) | |
download | dotconfig-db69128e0a0dafc1e67f7035d8d9da805cd65d75.tar.xz dotconfig-db69128e0a0dafc1e67f7035d8d9da805cd65d75.zip |
ansible configuration file
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/ansible.cfg | 4 |
1 files changed, 4 insertions, 0 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 |