community.general/lib/ansible/plugins/callback
Toshio Kuratomi afdbb0d9d5 Save the command line arguments into a global context
* Once cli args are parsed, they're constant.  So, save the parsed args
  into the global context for everyone else to use them from now on.
* Port cli scripts to use the CLIARGS in the context
* Refactor call to parse cli args into the run() method
* Fix unittests for changes to the internals of CLI arg parsing
* Port callback plugins to use context.CLIARGS
  * Got rid of the private self._options attribute
  * Use context.CLIARGS in the individual callback plugins instead.
  * Also output positional arguments in default and unixy plugins
  * Code has been simplified since we're now dealing with a dict rather
    than Optparse.Value
2019-01-03 18:12:23 -08:00
..
__init__.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
actionable.py
cgroup_memory_recap.py
context_demo.py
counter_enabled.py counter_enabled.py - Fix minor typos (#49014) 2018-11-22 05:41:38 -05:00
debug.py
default.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
dense.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
foreman.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
full_skip.py
grafana_annotations.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
hipchat.py
jabber.py
json.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
junit.py Implement test case prefix to filter test cases (#40174) 2018-12-03 18:41:44 +00:00
log_plays.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
logdna.py Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
logentries.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
logstash.py
mail.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
minimal.py
nrdp.py Add support for NRDP notifications (#39297) 2019-01-02 10:15:15 -05:00
null.py
oneline.py
osx_say.py
profile_roles.py
profile_tasks.py Update profile_tasks docs (#46690) 2018-10-19 08:19:57 -05:00
selective.py
skippy.py
slack.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
splunk.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
stderr.py
sumologic.py use ansible json encoder for results in callbacks (#46830) 2018-10-12 09:37:56 -04:00
syslog_json.py
timer.py
tree.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
unixy.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
yaml.py Diff mode returns yaml diffs in yaml callback plugin (#48794) 2018-11-22 18:03:25 +00:00