Skip to content
Snippets Groups Projects
Commit 6ab17a8a 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 0ff7761f
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,14 @@ export PATH=$PATH:$HOME/Documents/bin ...@@ -52,6 +52,14 @@ export PATH=$PATH:$HOME/Documents/bin
export PYTHONSTARTUP=~/.pythonstartup export PYTHONSTARTUP=~/.pythonstartup
export AWS_DEFAULT_PROFILE='shore' export AWS_DEFAULT_PROFILE='shore'
export ANSIBLE_VERBOSITY=2 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 ll='ls -lha'
alias la='ls -A' alias la='ls -A'
alias l='ls -CF' alias l='ls -CF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment