Fix ssh args here too.
This commit is contained in:
parent
d63fc93ab2
commit
7dcbcdd2d7
2 changed files with 2 additions and 2 deletions
|
@ -88,6 +88,6 @@ record_host_keys=False
|
|||
# will result in poor performance, so use transport=paramiko on older platforms rather than
|
||||
# removing it
|
||||
|
||||
ssh_args=-o PasswordAuthentication=no -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
|
||||
ssh_args=-o PasswordAuthentication=no -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
|
||||
|
|
|
@ -88,4 +88,4 @@ host_key_checking=False
|
|||
# will result in poor performance, so use transport=paramiko on older platforms rather than
|
||||
# removing it
|
||||
|
||||
ssh_args=-o PasswordAuthentication=no -o ControlMaster=auto -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
|
||||
ssh_args=-o PasswordAuthentication=no -o ControlMaster=auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue