community.general/lib/ansible
Stephen Fromm 9cf182c225 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.
2012-06-11 23:09:54 -07:00
..
inventory Fixed Inventory.get_hosts() ignoring restriction when there are no hosts left. 2012-05-30 15:34:21 -04:00
playbook Merge pull request #455 from dhozac/vars_files-non-list 2012-06-08 12:19:47 -07:00
runner Add assemble module 2012-06-11 23:09:54 -07:00
__init__.py Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 2012-05-26 01:20:53 -04:00
callbacks.py Leverage cowsay if installed. 2012-05-30 19:44:00 -04:00
constants.py add --private-key option and related infrastructure to make paramiko work 2012-05-14 16:14:38 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
utils.py Search multiple paths for modules. 2012-06-10 16:22:59 +01:00