Les Aker
fe712a865a
adjusted assemble to use new file attribute handling
12 years ago
Jan-Piet Mens
d184f72aa9
DOCUMENTATION strings
12 years ago
Michael DeHaan
6f6559670f
chmod -x for all module files in source checkout
12 years ago
Jan-Piet Mens
d069c57974
Reformat code: examples consistently
...
- added terse syntax to modules.rst
- added description of special variables to template module
12 years ago
Michael DeHaan
2d096ea425
Fixing various module related things.
12 years ago
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
12 years ago
Daniel Hokka Zakrisson
bb1cc71d8a
Remove assemble action plugin, fix daisychaining
12 years ago
Michael DeHaan
4223442992
backuplocal => backup_local for API standardization reasons
12 years ago
Daniel Hokka Zakrisson
aa7feb076e
Add backup to assemble
12 years ago
Michael DeHaan
5ed21bf443
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
...
in 0.6 release)
12 years ago
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.
12 years ago
Stephen Fromm
6b6fb383a1
More cleanup in assemble module for module magic (tm)
12 years ago
Michael DeHaan
99ff761d3e
shorten up the assemble module
12 years ago
Jan-Piet Mens
52ab221c92
convert assemble to module-magic
12 years ago
John Kleint
b11f23750f
Use iterative MD5 hashing.
13 years ago
Dave Hatton
7293cce498
switch to hashlib.md5 or md5 instead of OS md5 commands
13 years ago
Stephen Fromm
fafc41ae66
Conditionally import hashlib (issue #471 )
...
Import hashlib if it is there, otherwise import md5. Adds method
file_digest that wraps the logic on which module to invoke.
13 years ago
Stephen Fromm
bf00f03166
Add assemble module
...
This adds a module that concatenates (ie. assembles) a file from
fragments in a directory in alphabetical order. It chains the file
module afterward to fix up ownership and permission. This also adds
tests for the assemble module with fragments in assemble.d.
13 years ago