summaryrefslogtreecommitdiff
path: root/lib/ansible/runner/action_plugins/synchronize.py
Commit message (Expand)AuthorAgeFilesLines
* Do not base synchronize source on the inventory directoryJames Cammarata2014-05-121-4/+0
* Make sure dwim'd relative path ends in a "/" if the original doesJames Cammarata2014-05-061-0/+5
* Don't turn complex args back into a k=v string for the synchronize moduleJames Cammarata2014-04-141-5/+3
* Fixes #5307 set relative paths to the files dir for roles and the inventory d...James Tanner2014-03-311-0/+24
* Fixes #6590 add set_remote_user parameter to synchronizeJames Tanner2014-03-201-8/+15
* Fixes #6298 and adds a sudo unit test for synchronizeJames Tanner2014-03-051-2/+7
* Fixes #6155 Inject checkmode into synchronize module argsJames Tanner2014-02-251-0/+3
* allow templating of ansible_ssh_private_key_file also in the synchronize moduleNiku Toivola2014-02-181-0/+2
* Refactor the synchronize action plugin and add unit testsJames Tanner2014-02-101-8/+41
* Make synchronize module work better with local transport, fix #5668Michael Scherer2014-01-171-1/+1
* Don't override sudo if transport is set to local.smoothify2014-01-041-4/+15
* Fixes #4935 Synchronize module: set destination to an fqdn if connection is n...James Tanner2014-01-021-3/+17
* Merge pull request #5047 from sergevanginderachter/synch_template_ansiblesshhostjctanner2014-01-021-0/+2
|\
| * synchronize: allow ansible_ssh_host to be templatedSerge van Ginderachter2013-11-251-0/+2
* | Fixes #5109 synchronize module ssh portJames Tanner2013-12-031-0/+6
|/
* Make tests happyAleksey Ovcharenko2013-11-221-1/+3
* Allow to specify ansible_ssh_private_key_file location related to user home d...Aleksey Ovcharenko2013-11-221-1/+1
* KeyError: 'delegate_to' no moreSkylar Saveland2013-11-171-2/+2
* resolves #4855Alexander Kuznecov2013-11-091-2/+2
* synchronize module src and dest handles template markers.Timothy Appnel2013-10-191-0/+4
* Straightened out the logic for delegate handling in synchronize action moduleTimothy Appnel2013-09-191-4/+9
* Fix to local delegate_to override and proper sudo handling from @smoothifyTimothy Appnel2013-09-191-1/+12
* Return of sychronize module code for take 3Timothy Appnel2013-09-191-0/+85
* Removing synchronize momentarily as it looks like this won't make 1.3 datesMichael DeHaan2013-08-161-85/+0
* Style/docs cleanup, and also improve an error message.Michael DeHaan2013-08-101-22/+6
* Implemented setup method in rsync action module.Timothy Appnel2013-08-091-4/+5
* Straighten out local-remote-delegate logic in rsync action module. Force set ...Timothy Appnel2013-08-091-7/+6
* Fixed identity key logic.Timothy Appnel2013-08-091-4/+3
* Introduced ansible-rsync to core.Timothy Appnel2013-08-091-0/+102