- 04 Feb, 2014 1 commit
-
-
The copy action_plugin is not easy to read. Part of this commit is taking that file, restructuring it, and adding comments. No functionality changed in how it interacts with the world. The fix for #5739 ends up being the assumption that there is a cleanup 'rm -rf' that happens at the end of the copy loop. This was not the fact before and we made a bunch of tmp directories that we hoped would end up being cleaned up. Now we just use the tmp directory that the runner provides and cleanup inline if it is a single file to be coppied or after the loop if it is a recursive copy. As a part of this we did end up having to change runner to provide a flag so that we could short the inline tmp directory removal. This flag defaults to True so it will not change the behavior of other modules that are being called.
Richard C Isaacson committed
-
- 03 Feb, 2014 10 commits
-
-
Timur Batyrshin committed
-
Revert "Fix for issue 5739. The copy module does not delete directories it will only unlinks symlinks." This reverts commit b20dc4f5.
James Cammarata committed -
Clean up stray space at the end of a line after a period.
Richard Isaacson committed -
Richard C Isaacson committed
-
Updated htpasswd docs to have choices for crypt_scheme
Richard Isaacson committed -
Fix multiple minor typos in a paragraph
Richard Isaacson committed -
This is a partial revert of e8ad36c8, which introduced the bug. Fixes #5848
James Cammarata committed -
James Cammarata committed
-
Allow 'PATCH' method in 'uri' module
jctanner committed
-
- 02 Feb, 2014 2 commits
-
-
now with_items also accepts sets
Michael DeHaan committed -
and some APIs require it.
Pedro Romano committed
-
- 01 Feb, 2014 2 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Adding no_log: capability for tasks
James Cammarata committed
-
- 31 Jan, 2014 4 commits
-
-
Richard C Isaacson committed
-
Fixes #4088
James Cammarata committed -
Make `write_ssh_wrapper` work for Python 2.4
Michael DeHaan committed -
(#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6)
Michael Porter committed
-
- 30 Jan, 2014 20 commits
-
-
Update copy documentation to reference synchronize module
Michael DeHaan committed -
James Cammarata committed
-
git://github.com/lberruti/ansible
This reverts commit fe091ec0, reversing changes made to aed2194b.
James Tanner committed -
Fixes #5812
James Cammarata committed -
path_dwim: fix when basedir not set
jctanner committed -
Fixes #5820
James Cammarata committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
James Tanner committed
-
James Tanner committed
-
Michael DeHaan committed
-
Updated authorized_key module documentation regarding manage_dir
jctanner committed -
mxxcon committed
-
Add Rackspace Cloud Files module
jctanner committed -
Add Rackspace Cloud Files containers module
jctanner committed -
Add rax_queue module to create/delete Rackspace Cloud Queues
jctanner committed -
Add -I/--interpreter argument to test-module
jctanner committed -
Rax mod utils improvements
jctanner committed -
Add rax_keypair module
jctanner committed -
Add ability to specify a VirtualIP ID for sharing a VIP with another LB
jctanner committed
-
- 29 Jan, 2014 1 commit
-
-
Added a warning in the documentation about manage_dir when selecting an alternate directory for authorized_keys
kustodian committed
-