mhansen.ansible_trace.trace (0.0.8) — callback

Write playbook output to Chrome's Trace Event Format file

Authors: Mark Hansen (@mhansen)

Install collection

Install with ansible-galaxy collection install mhansen.ansible_trace:==0.0.8


Add to requirements.yml

  collections:
    - name: mhansen.ansible_trace
      version: 0.0.8

Description

This callback writes playbook output to Chrome Trace Event Format file.


Requirements

Inputs

    
trace_output_dir:
    default: ./trace
    description: Directory to write files to.
    env:
    - name: TRACE_OUTPUT_DIR
    name: output dir

hide_task_arguments:
    default: false
    description: Hide the arguments for a task
    env:
    - name: HIDE_TASK_ARGUMENTS
    name: Hide the arguments for a task