mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Default to 'smart' transport, which will use OpenSSH if it can support ControlPersist.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user