Adding ability to set ssh args from config file

This commit is contained in:
Michael DeHaan 2012-08-14 20:13:02 -04:00
parent 6de8c27085
commit 9851066f4d
3 changed files with 17 additions and 2 deletions

View file

@ -82,3 +82,4 @@ DEFAULT_TRANSPORT_OPTS = ['local', 'paramiko', 'ssh']
DEFAULT_SUDO_PASS = None
DEFAULT_SUBSET = None
ANSIBLE_SSH_ARGS = get_config(p, 'ssh_connection', 'ssh_args', 'ANSIBLE_SSH_ARGS', None)