make connection types pluggable

This commit is contained in:
Michael DeHaan 2012-08-18 10:52:24 -04:00
commit 7fd4051857
6 changed files with 34 additions and 17 deletions

View file

@ -78,7 +78,6 @@ DEFAULT_TRANSPORT = get_config(p, DEFAULTS, 'transport', 'ANSIBLE
# non-configurable things
DEFAULT_REMOTE_PASS = None
DEFAULT_TRANSPORT_OPTS = ['local', 'paramiko', 'ssh']
DEFAULT_SUDO_PASS = None
DEFAULT_SUBSET = None