Commit 18fba6d5 authored by nimrod's avatar nimrod
Browse files

- Add more Ansible configuration options via environment varible because...

- 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.
parent fba4b5e3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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'