summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback
Commit message (Expand)AuthorAgeFilesLines
* Apply display_failed_stderr on loop item results (#74865) (#74898)Martin Krizek2021-06-141-2/+6
* restores delegated vars that were not passed (#74371)Brian Coca2021-05-171-18/+12
* default callback - add "show_task_path_on_failure" option (#73260)Sam Doran2021-02-092-3/+11
* Don't treat host_pinned as lockstep (#73484)Matt Martz2021-02-051-2/+2
* Replace some more FQCNs.Felix Fontein2020-11-051-1/+2
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-1/+1
* rethink wording (#70028)Brian Coca2020-10-302-2/+2
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-065-6/+6
* [default callback] Show include_tasks task banner (#71821)Rick Elrod2020-09-221-0/+2
* added configurable dir for tree callback (#71348)Brian Coca2020-08-241-10/+27
* Make it so callback plugins can act on implicit/explicit meta tasks (#71009)Rick Elrod2020-08-181-0/+1
* Allow callbacks from forks (#70501)Matt Martz2020-08-171-0/+10
* default_callback: Move 'check_mode_markers' in doc_fragments (#70228)Abhijeet Kasurde2020-06-231-18/+0
* Nuke _get_item() from callback, deprecated 2.11 (#70233)Rick Elrod2020-06-231-7/+0
* Avoid use of deprecated junit-xml method.Matt Clay2020-06-121-1/+10
* Address linting errors in default callback (#69989)Matt Martz2020-06-101-1/+1
* fixed missing default (#69972)Brian Coca2020-06-101-2/+4
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+2
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* Fix label lookup in the default callback for includes (#68822)Matt Martz2020-04-091-2/+3
* Migrated to theforeman.foremanAnsible Core Team2020-03-231-253/+0
* Migrated to ansible.posixAnsible Core Team2020-03-237-1069/+0
* Migrated to ansible.amazonAnsible Core Team2020-03-231-72/+0
* Migrated to community.grafanaAnsible Core Team2020-03-231-273/+0
* Migrated to community.generalAnsible Core Team2020-03-2325-4366/+0
* Misc documentation fixes (#67863)Abhijeet Kasurde2020-03-011-1/+1
* Use https for Ansible Slack icon. (#65625)Mads Jensen2020-02-151-1/+1
* Post reports to newer Foreman API endpoint (#64955)Tomer Brisker2020-02-151-5/+2
* Fix duplicate log entries (and add item support for failures) (#66098)akatch2020-02-151-0/+6
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-042-4/+4
* cgroup_perf_recap: Check if user wants to write to files or not (#64988)Abhijeet Kasurde2019-12-111-8/+10
* Callback: removing args from task_fields from Sumologic and Splunk plugin(#63...Patrick O'Brien2019-11-012-0/+6
* enable grafana_annotations callback sending annotations to multiple panels (#...emschu2019-10-251-19/+26
* clean "changed" only after it has been processed (#59958)James Cassell2019-10-101-1/+1
* allow before/after diff to be NoneType (#62582)Evgeni Golov2019-09-201-0/+2
* Fix async output with adhoc callbacks. Fixes #15988 (#59935)Matt Martz2019-08-052-2/+2
* Add check mode indicators at the beginning and the end of the playbook, play,...basos g2019-07-251-4/+39
* Perfy McPerferton (#58400)Matt Martz2019-07-221-1/+0
* Fix deprecation warning message from grafana_annotationsRémi REY2019-07-141-1/+1
* Fix exception in unixy callback v2_runner_retry (#58801)jpic2019-07-131-1/+1
* Fix issue with displaying error about unreachable hosts when using Unixy Call...Brian Goad2019-06-241-0/+2
* Implement display_ok_hosts and display_skipped_hosts for unixy (#53179)akatch2019-06-211-14/+35
* Optimize the code for the callback module (#56827)Kerwin Bryant2019-06-064-11/+12
* Allow syslog_json callback options to be set in an Ansible configurat… (#57...Paddy Newman2019-05-311-3/+9
* added missing version_addedBrian Coca2019-05-221-0/+1
* Add a new "log_folder" option to the log_plays callback plugin. (#56717)Paddy Newman2019-05-221-4/+18
* When not using file_per_task, make sure we don't prematurely close the perf f...Matt Martz2019-05-161-8/+9
* add option to display per host start to default (#53819)Brian Coca2019-04-121-0/+4
* Only show a task banner if a diff is found (#55050)Andrew Gaffney2019-04-091-3/+4
* Add options for configuring memory / pid polling interval (#54936)Jim Ladd2019-04-081-4/+34