- 29 Apr, 2014 1 commit
-
-
Fixes #7182
James Cammarata committed
-
- 28 Apr, 2014 1 commit
-
-
The current 10-second default timeout for rsync seems to be behind issue #6809. As a workaround for the underlying issue in rsync when different versions are used on the source and destination sides, don't include the timeout option unless the user specifies a timeout > 0.
Skyler Leigh Amador committed
-
- 11 Apr, 2014 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 28 Mar, 2014 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Andrea.Mandolo committed
-
Andrea.Mandolo committed
-
Andrea.Mandolo committed
-
- 27 Mar, 2014 1 commit
-
-
Allow you to pass in arbitrary rsync options. I also added help for it, and what version it was added in.
jjshoe committed
-
- 26 Mar, 2014 1 commit
-
-
failed: [192.168.1.2] => {"cmd": "rsync --delay-updates -FF --compress --timeout=10 --delete-after --rsh 'ssh -i /home/jjshoe/.vagrant.d/insecure_private_key -o StrictHostKeyChecking=no' --rsync-path 'sudo rsync' --out-format='<<CHANGED>>%i %n%L' /tmp/app vagrant@192.168.1.2:/home/ubuntu/app", "failed": true, "item": "", "rc": 1} msg: rsync: --delete does not work without --recursive (-r) or --dirs (-d). rsync error: syntax or usage error (code 1) at main.c(1453) [client=3.0.9]
jjshoe committed
-
- 20 Mar, 2014 1 commit
-
-
This allows usage of custom ssh configs for remote hosts where the inventory user does not match the configured user.
James Tanner committed
-
- 10 Mar, 2014 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 29 Jan, 2014 1 commit
-
-
Wim committed
-
- 03 Jan, 2014 1 commit
-
-
Aleksey Ovcharenko committed
-
- 18 Dec, 2013 1 commit
-
-
Peter Salvatore committed
-
- 16 Dec, 2013 1 commit
-
-
Aleksey Ovcharenko committed
-
- 03 Dec, 2013 1 commit
-
-
Added a parameter for dest_port and also check ansible_ssh_port inventory variable.
James Tanner committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
Aleksey Ovcharenko committed
-
- 25 Nov, 2013 2 commits
-
-
Josh Kuhn committed
-
The `-FF` option causes rsync to look for files in the source directory named `.rsync-filter` and uses them to filter directories underneath them. If no `.rsync-filter` files are found, the behavior is identical to the command run without the -FF option. This flag does not sync the .rsync-filter files themselves. This change should be backwards compatible and not produce surprising behavior for users, since they are unlikely to create `.rsync-filter` files unintentionally.
Josh Kuhn committed
-
- 22 Nov, 2013 1 commit
-
-
Aleksey Ovcharenko committed
-
- 04 Nov, 2013 3 commits
-
-
Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module.
James Tanner committed -
James Tanner committed
-
Add a timeout to the synchronize module to prevent infinite hangs while waiting on passwords for misconfigured users
James Tanner committed
-
- 19 Sep, 2013 7 commits
-
-
Timothy Appnel committed
-
Timothy Appnel committed
-
Added archive options to sychronize module as suggested by @smoothify but with a different default scheme to keep param definitions to a minimum.
Timothy Appnel committed -
Added ingenious change detection trick from @smoothify though at the cost of verbosity controls. (Quiet or verbosity > 1 breaks change detection. Also added better use of module_common methods.
Timothy Appnel committed -
Timothy Appnel committed
-
Timothy Appnel committed
-
Timothy Appnel committed
-
- 16 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 11 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 10 Aug, 2013 3 commits
-
-
Michael DeHaan committed
-
Timothy Appnel committed
-
Timothy Appnel committed
-