SSH with pipelining...

This commit is contained in:
Jason Rothstein 2021-10-28 22:42:26 -05:00
parent cd42033c2d
commit 1b25b92f90

View File

@ -8,8 +8,8 @@ inventory = ./inventory/
forks = 5
retry_files_enabled = False
interpreter_python = auto
callback_whitelist = ansible.posix.profile_tasks
callback_whitelist = ansible.posix.profile_tasks,ansible.posix.profile_roles
[ssh_connection]
# pipelining = true
pipelining = true
# ssh_args = -o ControlMaster=auto