You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Fred Alger e6b76a59c5 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.
14 years ago
..
inventory Fixed Inventory.get_hosts() ignoring restriction when there are no hosts left. 14 years ago
playbook Allow with_items to specify a variable 14 years ago
runner Make shell outs to md5sum work on FreeBSD and OS X 14 years ago
__init__.py Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 14 years ago
callbacks.py Leverage cowsay if installed. 14 years ago
constants.py Most constants can be overriden with environment variables. Reserved doing anything with the connection options for further review. 14 years ago
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 14 years ago
utils.py Merge pull request #475 from nafeger/devel 14 years ago