Skip to content
Snippets Groups Projects
Commit d59bac1b authored by nimrod's avatar nimrod
Browse files

- Remove Ansible SSH control path settings, better (shorter) usage with

Ansible 2.3.
parent d3774e09
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ callback_whitelist = profile_tasks ...@@ -15,7 +15,6 @@ callback_whitelist = profile_tasks
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
control_path=/tmp/ssh-%%h
[privilege_escalation] [privilege_escalation]
#become = True #become = True
......
...@@ -60,7 +60,6 @@ export ANSIBLE_COMMAND_WARNINGS=True ...@@ -60,7 +60,6 @@ export ANSIBLE_COMMAND_WARNINGS=True
export ANSIBLE_DEPRECATION_WARNINGS=True export ANSIBLE_DEPRECATION_WARNINGS=True
export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/ export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/
export ANSIBLE_SSH_PIPELINING=True export ANSIBLE_SSH_PIPELINING=True
export ANSIBLE_SSH_CONTROL_PATH_DIR='/tmp/ssh-%%h'
export ANSIBLE_GATHERING=smart export ANSIBLE_GATHERING=smart
export ANSIBLE_CACHE_PLUGIN=jsonfile export ANSIBLE_CACHE_PLUGIN=jsonfile
export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts" export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment