diff --git a/ansible.cfg b/ansible.cfg index 09e6dd3..e395485 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,6 @@ [defaults] -roles_path = ./roles:/etc/ansible/roles \ No newline at end of file +roles_path = ./roles:/etc/ansible/roles + +[ssh_connection] +pipelining = True +control_path = /tmp/ansible-ssh-%%h-%%p-%%r