mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
Default to 'smart' transport, which will use OpenSSH if it can support ControlPersist.
This commit is contained in:
parent
1683d44d2e
commit
c55adc9ac9
3 changed files with 14 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ poll_interval = 15
|
|||
sudo_user = root
|
||||
#ask_sudo_pass = True
|
||||
#ask_pass = True
|
||||
transport = paramiko
|
||||
transport = smart
|
||||
remote_port = 22
|
||||
|
||||
# uncomment this to disable SSH key host checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue