Readme.md in remote_run-0.1.6 vs Readme.md in remote_run-0.1.7
- old
+ new
@@ -47,10 +47,10 @@
tasks - a string that is a shell script to be run on one of the hosts.
Optional:
local_path - the local path to be rsync'd (default: working directory)
temp_path - the location where the working directory is cached on the local machine when starting a run (default: /tmp/remote)
- remote_path - the location to rsync files to on the remote host. (default: /tmp/remote)
+ remote_path - the location to rsync files to on the remote host. (default: /tmp/remote/<local_hostname>)
exclude - directories to exclude when rsyncing to remote host (default: [])
login_as - the user used to log into ssh (default: current user)
Callbacks (optional):
before_run and after_run - the code to be executed before and after the run respectively, receives the remote_run instance as a paramater