summaryrefslogtreecommitdiff
path: root/lib/ansible/callbacks.py
Commit message (Expand)AuthorAgeFilesLines
* Async: print one poll message per polling cycle.Jeroen Hoekx2012-05-011-2/+12
* Introduce Async API in Runner.Jeroen Hoekx2012-05-011-10/+34
* Because paramiko using a pty can't distinguish stderr and stdout, remove hand...Michael DeHaan2012-04-271-3/+3
* Merge branch 'integration'Michael DeHaan2012-04-231-1/+1
|\
| * Fetch module doesn't set invocation parameter as it invokes nothing, so don't...Michael DeHaan2012-04-231-1/+1
* | clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev filesRafal Lewczuk2012-04-141-0/+0
|/
* Warn if no hosts matchedMichael DeHaan2012-04-111-0/+9
* Merge remote branch 'public/integration'Michael DeHaan2012-04-021-1/+0
|\
| * Remove shebang from callbacks.pyJohn Eckersberg2012-04-021-1/+0
* | add vars_prompt to playbooksSeth Vidal2012-04-021-0/+7
|/
* Surface module debug (-D) to /usr/bin/ansible alsoMichael DeHaan2012-03-311-0/+6
* Add a debug attribute to Runner/Playbook.Jeroen Hoekx2012-03-311-0/+4
* Add more comments to the callbacks fileMichael DeHaan2012-03-261-1/+19
* remove unused functionMichael DeHaan2012-03-261-4/+0
* Fixes from pyflakesMichael DeHaan2012-03-261-1/+0
* Fix tree view to work with callbacksMichael DeHaan2012-03-261-1/+1
* Make /usr/bin/ansible output realtime and also delete some code!Michael DeHaan2012-03-261-0/+25
* Applying callback model to runner, and using that in playbooks, so output can...Michael DeHaan2012-03-251-17/+85
* Code cleanup for playbooks, also added 'on_skipped' callbackMichael DeHaan2012-03-231-0/+3
* move callbacks to seperate file, anticipating callbacks for Runner() as wellMichael DeHaan2012-03-211-0/+80