diff --git a/.bashrc b/.bashrc
index c2e4d3b5fefba19641424fe444514b81b2a7f880..6397000945a8d3fa2c8cd5974244629e6c545cad 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,12 +22,15 @@ export AWS_DEFAULT_PROFILE='shore'
 export ANSIBLE_VERBOSITY=2
 export ANSIBLE_COMMAND_WARNINGS=True
 export ANSIBLE_DEPRECATION_WARNINGS=True
+export ANSIBLE_SYSTEM_WARNINGS=True
 export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/
-export ANSIBLE_SSH_PIPELINING=True
+export ANSIBLE_PIPELINING=True
 export ANSIBLE_GATHERING=smart
 export ANSIBLE_CACHE_PLUGIN=jsonfile
 export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
-export ANSIBLE_CALLBACK_WHITELIST=profile_tasks
+export ANSIBLE_CALLBACK_WHITELIST="profile_tasks, timer"
+export ANSIBLE_SSH_CONTROL_PATH="/tmp/ssh-%%h"
+export ANSIBLE_INVENTORY_ANY_UNPARSED_IS_FAILED=True
 export LYNX_SAVE_SPACE="$HOME/Downloads"
 export LYNX_TEMP_SPACE="$HOME/.cache/lynx"
 export VAGRANT_DEFAULT_PROVIDER="virtualbox"