Tim Gerla
47f089ff33
Add some examples for local_action and rsync
2013-03-26 13:34:16 -07:00
Michael DeHaan
03f41c1cec
Ensure that when transferring a file to a directory the name of the file is the correct basename and not 'source'.
2013-03-25 22:19:35 -04:00
Daniel Hokka Zakrisson
9b0e0fa15f
Restore force in copy since arguments are no longer clobbered
...
Fixes #2388 .
2013-03-14 11:27:49 +01:00
Michael DeHaan
fdee719d79
Temporarily disable force logic on copy module
2013-03-13 13:35:33 -04:00
Michael DeHaan
54a2b25c58
Updated copy documentation.
2013-03-17 23:35:15 -04:00
Patrick Pelletier
e19878bc21
Add support to directly set content in copy module
2013-03-17 23:33:13 -04:00
Daniel Hokka Zakrisson
1dadd70d9f
Remove choices=BOOLEANS as it is no longer needed
2013-02-23 22:57:36 +01:00
Daniel Hokka Zakrisson
0150f18a3b
Use argument type checking to convert to boolean
2013-02-23 19:59:52 +01:00
Dag Wieers
fbce4c28ba
Add force= and make thirsty= an alias for backward compatibility
2013-02-20 15:42:55 +01:00
Michael DeHaan
711bc4db05
resolve merge conflict
2013-02-17 13:13:20 -05:00
Michael DeHaan
f64b44ad9c
Slight docs tweak about thirsty mode on the copy module
2013-02-16 12:36:16 -05:00
Brian Coca
104d32038f
added thirsty option to copy
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-02-08 10:29:52 -05:00
Michael DeHaan
1bbe06f92e
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list
...
shortly.
2013-02-03 20:34:13 -05:00
Michael DeHaan
6f6559670f
chmod -x for all module files in source checkout
2012-11-19 13:47:40 -05:00
Daniel Hokka Zakrisson
447ea1624a
When atomically replacing files, copy attributes
2012-10-25 21:40:05 -04:00
Jan-Piet Mens
d069c57974
Reformat code: examples consistently
...
- added terse syntax to modules.rst
- added description of special variables to template module
2012-10-23 15:14:01 +02:00
Michael DeHaan
eaaa9e447b
Various performance streamlining and making the file features usable in all modules without daisy chaining.
2012-10-20 22:55:09 -04:00
Luke Antins
a67f841b16
Copy module can replace symlink with a real file.
2012-10-18 01:04:52 +01:00
Michael DeHaan
37dedf719d
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
2012-10-12 20:07:05 -04:00
Jan-Piet Mens
267ada33eb
Module DOCUMENTATION: assemble, authorized_key, command, copy
...
plus a small fix in rst.j2 template
manpages generated & checked
modules.html generated & checked
2012-09-28 21:55:49 +02:00
Stephen Fromm
77c88fa63a
Give nice error message if destination directory doesn't exist (issue #1048 )
2012-09-25 14:57:32 -07:00
Brian Coca
d682807c7b
time is what i wanted, not gmtime
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
2012-09-12 14:52:54 -04:00
Brian Coca
7b44dd530f
small fix to prevent temp file from living past its succesful usage
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
2012-09-12 14:47:06 -04:00
Brian Coca
0235be4db5
made copy atomic by creating tmp file in dest location (ensures same partition)
...
uses pid and epoch to prevent collisions, good enough for most cases
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
2012-09-12 14:42:51 -04:00
Michael DeHaan
4223442992
backuplocal => backup_local for API standardization reasons
2012-09-04 19:49:49 -04:00
Daniel Hokka Zakrisson
14eaf79773
Move backup to module_common
2012-09-04 16:04:53 +02:00
Seth Vidal
3cedbb49d5
fix case where destination does not yet exist - no backup can be made
2012-08-09 15:33:05 -04:00
Seth Vidal
05180da537
add backup= option to copy. makes a backup of the file on the target
...
in a file named: $filename.YYYY-MM-DD@HH:MM~
backup=False is default
2012-08-09 14:24:21 -04:00
Michael DeHaan
5ed21bf443
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
...
in 0.6 release)
2012-08-06 20:07:02 -04:00
Michael DeHaan
baacde6c74
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
...
AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
2012-08-02 21:29:10 -04:00
Will Thames
8350029e25
Revert acceptance of directory as dest for copy
...
Although library/copy can be corrected to understand that dest is
a directory, I can't see how to let _execute_copy know this and let the
file module know.
As a better solution than before #733 , the copy module now explicitly (rather
than silently) fails when dest is a directory.
2012-08-02 16:54:03 +10:00
Michael DeHaan
fb8200b9b9
reinstate invalid argument checks where possible, daisy chainee/chained modules turn it off
2012-08-01 19:42:31 -04:00
u348095
f3d7bee8e1
Allow copy dest argument to be a directory
...
Could have used shutil.copy rather than shutil.copyfile, but this
implementation preserves the md5 comparison to avoid unnecessary copies
2012-07-31 14:47:01 +10:00
Michael DeHaan
30d10bb485
imports not needed
2012-07-21 17:25:47 -04:00
Michael DeHaan
7b54388393
Port the copy module over to the new "common module" logic.
2012-07-21 17:07:42 -04:00
John Kleint
b11f23750f
Use iterative MD5 hashing.
2012-07-09 13:27:47 -04:00
Dave Hatton
7293cce498
switch to hashlib.md5 or md5 instead of OS md5 commands
2012-07-09 08:52:00 +01:00
Dave Hatton
c588b03810
copy always returned change=true
2012-07-06 13:43:19 +01:00
Dave Hatton
2454c6c12d
switch to shutil.copy rather than os.system(cp)
2012-07-04 12:26:25 +01:00
Dave Hatton
8b15c93355
md5 allow copy if file is missing
2012-07-03 20:07:08 +01:00
Jeremy Smitherman
77944949fe
Added IndexError catch for copy module, IndexError is thrown if a destination file doesn't exist
2012-07-03 14:12:19 -04:00
Dave Hatton
b725b972ad
improve error trapping for md5
2012-07-03 12:44:37 +01:00
Ingo Gottwald
be894fbb9b
Copy module: Extended error handling and fixed error messages
2012-06-25 20:45:05 +02:00
Ingo Gottwald
c2d20c8a3f
Added to copy module: Error handling for missing permissions on the copy destination
2012-06-23 21:39:37 +02:00
Michael DeHaan
46fddc3557
Merge pull request #495 from nafeger/devel
...
make copy module implemented closer to other newer modules when returning results
2012-06-20 13:12:24 -07:00
Nathan A. Feger
3b637be97c
attempt to make copy more idiomatic.
2012-06-20 14:17:15 -05:00
Fred Alger
9cbdb6ca0a
Make shell outs to md5sum work on FreeBSD and OS X
...
Tested with OS X local connection and Linux remote. The paths to the
md5sum and md5 commands are hardcoded to the most common location. This
will definitely fail if the commands are elsewhere, or if the md5
command doesn't support the -q 'quiet' option.
2012-06-15 00:04:01 -04:00
Stephen Fromm
67ee30f135
Apply logging of arguments to modules (issue #122 )
...
The ohai and facter modules use /usr/bin/logger to log the fact that
they have been invoked. I added 'import os' to the ping module
so that it could have the same syslog statements as the other modules.
I separated the condensed:
shlex.split(open(argfile, 'r').read())
into two separate statements similar to the other modules.
2012-05-09 15:19:20 -07:00
Seth Vidal
deae763793
very minor indentation issue in librar/copy
2012-04-27 16:45:28 -04:00
Michael DeHaan
d35de23c53
Don't try to expand path for None values
2012-04-20 08:02:12 -04:00