From 6ab17a8a14d6ce32abbaadfc3f76471199d79405 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Jun 2017 22:37:16 +0300
Subject: [PATCH] - Add more Ansible configuration options via environment
 varible because ~/.ansible.cfg is not read if there's an ansible.cfg present
 in the current directory.

---
 .bashrc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.bashrc b/.bashrc
index 3b2c80a..ddedffd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -52,6 +52,14 @@ export PATH=$PATH:$HOME/Documents/bin
 export PYTHONSTARTUP=~/.pythonstartup
 export AWS_DEFAULT_PROFILE='shore'
 export ANSIBLE_VERBOSITY=2
+export ANSIBLE_COMMAND_WARNINGS=True
+export ANSIBLE_DEPRECATION_WARNINGS=True
+export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/
+export ANSIBLE_SSH_PIPELINING=True
+export ANSIBLE_SSH_CONTROL_PATH_DIR='/tmp/ssh-%%h'
+export ANSIBLE_GATHERING=smart
+export ANSIBLE_CACHE_PLUGIN=jsonfile
+export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
 alias ll='ls -lha'
 alias la='ls -A'
 alias l='ls -CF'
-- 
GitLab