json – Ansible screen output as JSON¶
Synopsis¶
This callback converts all events into JSON output to stdout
Requirements¶
The below requirements are needed on the local master node that executes this callback.
Set as stdout in config
Parameters¶
Notes¶
Note
When using a strategy such as free, host_pinned, or a custom strategy, host results will be added to new task results in
.plays[].tasks[]
. As such, there will exist duplicate task objects indicated by duplicate task IDs at.plays[].tasks[].task.id
, each with an individual host result for the task.
Status¶
This callback is not guaranteed to have a backwards compatible interface. [preview]
This callback is maintained by the Ansible Community. [community]