Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 633810a

Browse files
committed
Use default control_path in ansible.cfg
This defaults to a hashed string of the hostname, port and username. The hash mitigates a common problem users found with long hostames and the conventional %(directory)s/ansible-ssh-%%h-%%p-%%r format. In those cases, a "too long for Unix domain socket" ssh error would occur.
1 parent 9ad50b2 commit 633810a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisioning/ansible.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ roles_path = ./roles
33

44
[ssh_connection]
55
pipelining = True
6-
control_path = /tmp/ansible-ssh-%%h-%%p-%%r

0 commit comments

Comments
 (0)