ssh_alt.py / decrease # of ssh roundtrips

This commit is contained in:
jeromew
2013-12-09 13:59:41 -05:00
parent db182ba498
commit 7f8863f96d
22 changed files with 160 additions and 49 deletions

View File

@@ -29,7 +29,7 @@ class ActionModule(object):
### We need to be able to modify the inventory
BYPASS_HOST_LOOP = True
NEEDS_TMPPATH = False
TRANSFERS_FILES = False
def __init__(self, runner):
self.runner = runner