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
Michael DeHaan a4af4a7049 Since we are not needing to pass runner through the multiprocessing queue, just use
multiprocessing.pool.  Pushing so it can get wider testing.
13 years ago
..
callback_plugins Abort a play at the start when no hosts matches, or no hosts are remaining 13 years ago
inventory make --limit take a , as a separator as well as ; or : 13 years ago
playbook Revert "Vars specified via CLI have the highest priority." 13 years ago
runner Since we are not needing to pass runner through the multiprocessing queue, just use 13 years ago
__init__.py Release version bump for 0.9 (development branch) 13 years ago
callbacks.py Fix cowsay! Moo. 13 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 13 years ago
constants.py delete extra else clause 13 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py Various performance streamlining and making the file features usable in all modules without daisy chaining. 13 years ago
utils.py Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command. 13 years ago