Commit 531fd139 by James Cammarata

Commenting out default ssh arguments line in ansible.cfg

Also removing the ControlPath option, as it will now be auto-generated
if the ControlPersist option is set in the arguments.

Conflicts:
	examples/ansible.cfg
parent d5948d59
...@@ -102,13 +102,10 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins ...@@ -102,13 +102,10 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
[ssh_connection] [ssh_connection]
# if uncommented, sets the ansible ssh arguments to the following. Leaving off ControlPersist # ssh arguments to use
# will result in poor performance, so use transport=paramiko on older platforms rather than # Leaving off ControlPersist will result in poor performance, so use
# removing it # paramiko on older platforms rather than removing it
#ssh_args = -o ControlMaster=auto -o ControlPersist=60s
#ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
# the following makes ansible use scp if the connection type is ssh (default is sftp)
#scp_if_ssh=True #scp_if_ssh=True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment