diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-07-04 22:47:17 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-07-04 22:47:17 +0200 |
commit | c55adc9ac9d4e67aeeb1b0e1d58e4e013538f164 (patch) | |
tree | 3221880127fc87721c402369f4b0e4bfa8925985 /examples | |
parent | Lock around SSH connectivity to new hosts in host checking mode such that pro... (diff) | |
download | ansible-c55adc9ac9d4e67aeeb1b0e1d58e4e013538f164.tar.xz ansible-c55adc9ac9d4e67aeeb1b0e1d58e4e013538f164.zip |
Default to 'smart' transport, which will use OpenSSH if it can support ControlPersist.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index d505bf0ccf..0e9e91de14 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -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 |