community.general/lib/ansible/plugins/callback
Brian Coca 7839f70e36 Enable documentation in plugins
Made ansible-doc more plugin agnostic
We can have docs in lookup, callback, connectionm strategy, etc
Use first docstring and make pepizis happy
generalized module_docs to plugin_docs
documented cartesian, ssh, default, jsonfile, etc as examples
changed lack of docs to warning when listing
made smarter about bad docstrings
better blacklisting
added handling of options/config/envs/etc
move blacklist to find_plugins, only need once
2017-03-23 01:27:19 -04:00
..
__init__.py Exceptit (#21864) 2017-02-27 13:29:40 -05:00
actionable.py actionable.py: Do not print next task banner in handler callback (#15698) 2016-05-03 11:25:46 -04:00
context_demo.py Fix context_demo callback plugin. (#17235) 2016-08-25 10:22:27 -07:00
debug.py Add missing boilerplate code. (#16980) 2016-08-05 12:22:52 -07:00
default.py Enable documentation in plugins 2017-03-23 01:27:19 -04:00
dense.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
foreman.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
hipchat.py Fix hipchat callback "has no attribute display'" (#16998) 2016-08-08 11:04:06 -04:00
jabber.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
json.py Remove direct calls to print and cleanup imports 2016-11-07 17:12:36 -05:00
junit.py Remove the end of the task_data.path which causes #21461 2017-02-15 17:35:16 -08:00
log_plays.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
logentries.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
logstash.py ansible-logstash-callback (#18282) 2016-11-08 11:17:05 -05:00
mail.py Fix issue with cc and bcc getting added to mail if unset (#20610) 2017-01-25 11:47:37 +00:00
minimal.py Exceptit (#21864) 2017-02-27 13:29:40 -05:00
oneline.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
osx_say.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
profile_tasks.py PEP 8 cleanup. (#20789) 2017-01-28 00:12:11 -08:00
profile_tasks.rst updated docs to show new output 2016-03-03 18:05:39 -05:00
selective.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
skippy.py Renaming per-item and retry callbacks 2016-03-18 15:17:43 -04:00
slack.py avoid exceptiosn when not being called by CLI 2016-03-17 07:19:35 -07:00
syslog_json.py Cast syslogport value from getenv as int (#22664) 2017-03-16 10:38:55 -07:00
timer.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
tree.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00