Commit Graph

18 Commits (b57b0473cf55dc9c23bb691b09306dd282a428da)

Author SHA1 Message Date
Ben Doherty b57b0473cf Change 'creates' parameter to 'dest' 9 years ago
Ben Doherty 0a056eccbf Refactor zip and tarfile loops together, branch where calls are different
This fixed a few bugs and simplified the code
9 years ago
Ben Doherty ec856c85ad Merge branch 'bendoh-archive-module' of github.com:bendoh/ansible-modules-extras into bendoh-archive-module
* 'bendoh-archive-module' of github.com:bendoh/ansible-modules-extras:
  Add 'default' to docs for 'compression' option
9 years ago
Ben Doherty 726c4d9ba7 Some refactoring:
* rename archive -> arcfile (where it's a file descriptor)
* additional return
* simplify logic around 'archive?' flag
* maintain os separator after arcroot
* use function instead of lambda for filter, ensure file exists before file.cmp'ing it
* track errored files and fail if there are any
9 years ago
Ben Doherty d5e861b352 Reword comments slightly 9 years ago
Benjamin Doherty ef620c7de3 Add 'default' to docs for 'compression' option 9 years ago
Ben Doherty 6e0aac888b Documentation updates 9 years ago
Ben Doherty 20bfb1339d Use different syntax in lambda 9 years ago
Ben Doherty ae35ce5641 Make remove default to false. It's less frightening. 9 years ago
Ben Doherty 6db9cafdec Don't use <x> if <y> else <z> syntax 9 years ago
Ben Doherty d3e041d1a2 Accept 'path' as a list argument, expose path and expanded_path,
Use correct variable in expanduser
9 years ago
Ben Doherty cca70b7c91 Fix up for zip files and nesting logic.
* Don't include the archive in the archive if it falls within an archived path
* If remove=True and the archive would be in an archived path, fail.
* Fix single-file zip file compression
* Add more documentation about 'state' return
9 years ago
Ben Doherty f482cb4790 Add license 9 years ago
Ben Doherty ecd60f4839 Add compressed file source to successes when succeeds! 9 years ago
Ben Doherty 9cde150bd1 Add RETURN documentation 9 years ago
Ben Doherty e9b85326a6 Fix write mode for ZipFiles ('wb' is invalid!) 9 years ago
Ben Doherty 431d8c9a8f Drop extra double-quote from documentation 9 years ago
Ben Doherty cb4173957c Initial commit of extras/archive module.
This manages compressed files or archives of many compressed files. You can maintain or update .gz, .bz2 compressed files, .zip archives, or tarballs compressed with gzip or bzip2.

Possible use cases:

* Back up user home directories
* Ensure large text files are always compressed
* Archive trees for distribution
9 years ago