community.general/lib/ansible
Fred Alger 834f6a216d 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
..
inventory Fixed Inventory.get_hosts() ignoring restriction when there are no hosts left. 2012-05-30 15:34:21 -04:00
playbook Allow with_items to specify a variable 2012-06-09 21:59:22 +02:00
runner Make shell outs to md5sum work on FreeBSD and OS X 2012-06-15 00:04:01 -04: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 Most constants can be overriden with environment variables. Reserved doing anything with the connection options for further review. 2012-06-11 18:07:44 -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 Merge pull request #475 from nafeger/devel 2012-06-14 12:15:36 -07:00