diff --git a/.ansible.cfg b/.ansible.cfg index 09fc9ebe5a5cb40b429620d97c5043957d71b73e..8c7fd3429252633926dba095a8a3a3ce7f60f853 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -15,7 +15,6 @@ callback_whitelist = profile_tasks [ssh_connection] pipelining = True -control_path=/tmp/ssh-%%h [privilege_escalation] #become = True diff --git a/.bashrc b/.bashrc index ba504063cd589a404c59ad81dacf551a603030a3..f78a1b21533da310c47175bea6176ad066eca625 100644 --- a/.bashrc +++ b/.bashrc @@ -60,7 +60,6 @@ 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"