community.general/lib/ansible
Michael DeHaan 9006d4557d Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result
should be a huge reduction of total ansible source, at a slight cost of difficulty in original module development.

We need to apply this now to all modules, but may need to have some exemptions to things like command, which should
subclass this module.
2012-07-17 22:34:52 -04:00
..
inventory when using -i"hostname," on the cli - don't complain about the host named "" not being a host - just clip it from the list 2012-07-18 16:56:41 -04:00
playbook Adding missing colon... can't believe I missed that... sorry 2012-07-18 17:48:13 -07:00
runner Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result 2012-07-17 22:34:52 -04:00
__init__.py Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
callbacks.py format fixes to make fetch more usable 2012-07-16 11:43:37 +01:00
constants.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
errors.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
module_common.py Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result 2012-07-17 22:34:52 -04:00
utils.py Fix for the way host variables were being swallowed, plus some overall simplification. Deciding what 2012-07-15 14:19:11 -04:00