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/plugins/callback
Brian Coca f921369445 Ansible Config part2 (#27448)
* Ansible Config part2

- made dump_me nicer, added note this is not prod
- moved internal key removal function to vars
- carry tracebacks in errors we can now show tracebacks for plugins on vvv
- show inventory plugin tracebacks on vvv
- minor fixes to cg groups plugin
- draft config from plugin docs
- made search path warning 'saner' (top level dirs only)
- correctly display config entries and others
- removed unneeded code
- commented out some conn plugin specific from base.yml
- also deprecated sudo/su
- updated ssh conn docs
- shared get option method for connection plugins
- note about needing eval for defaults
- tailored yaml ext
- updated strategy entry
- for connection pliugins, options load on plugin load
- allow for long types in definitions
- better display in ansible-doc
- cleaned up/updated source docs and base.yml
- added many descriptions
- deprecated include toggles as include is
- draft backwards compat get_config
- fixes to ansible-config, added --only-changed
- some code reoorg
- small license headers
- show default in doc type
- pushed module utils details to 5vs
- work w/o config file
- PEPE ATE!
- moved loader to it's own file
- fixed rhn_register test
- fixed boto requirement in make tests
- I ate Pepe
- fixed dynamic eval of defaults
- better doc code

skip ipaddr filter tests when missing netaddr
removed devnull string from config
better becoem resolution

* killed extra space with extreeme prejudice

cause its an affront against all that is holy that 2 spaces touch each other!

shippable timing out on some images, but merging as it passes most
8 years ago
..
__init__.py properly filter out noise from debug 9 years ago
actionable.py Collated PEP8 fixes (#25293) 9 years ago
context_demo.py Collated PEP8 fixes (#25293) 9 years ago
debug.py Add missing boilerplate code. (#16980) 9 years ago
default.py PEP 8 fix. 9 years ago
dense.py Collated PEP8 fixes (#25293) 9 years ago
foreman.py Collated PEP8 fixes (#25293) 9 years ago
full_skip.py skippy callback plugin: hides banner for skipped tasks (#18621) 8 years ago
hipchat.py Collated PEP8 fixes (#25293) 9 years ago
jabber.py Collated PEP8 fixes (#25293) 9 years ago
json.py Ansible Config part2 (#27448) 8 years ago
junit.py ISSUE 25470 - update patch from review details 8 years ago
log_plays.py Collated PEP8 fixes (#25293) 9 years ago
logentries.py Fix undefined variables, basestring usage, and some associated python3 issues 9 years ago
logstash.py add playbook runtime stat in the logstash callback stats (#25785) 8 years ago
mail.py Collated PEP8 fixes (#25293) 9 years ago
minimal.py Collated PEP8 fixes (#25293) 9 years ago
oneline.py Collated PEP8 fixes (#25293) 9 years ago
osx_say.py Collated PEP8 fixes (#25293) 9 years ago
profile_roles.py Fix pep8 issues in profile_roles (#25458) 9 years ago
profile_tasks.py Collated PEP8 fixes (#25293) 9 years ago
profile_tasks.rst updated docs to show new output 10 years ago
selective.py Handle better the many ways information can be passed around (#27506) 8 years ago
skippy.py Collated PEP8 fixes (#25293) 9 years ago
slack.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
stderr.py Fixes #17958: use stderr instead of the default stdout for fatal errors (#17962) 9 years ago
syslog_json.py Collated PEP8 fixes (#25293) 9 years ago
timer.py timer callback plugin: handle timezone changes better 8 years ago
tree.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago