awx-junit

A Ansible Tower or AWX utility to generate a JUnit XML report from a job.


License
MIT
Install
pip install awx-junit==1.1

Documentation

Build status PyPI version PyPI - Python Version PyPI - License Libraries.io dependency status for latest release

awx-junit

A command utility to generate a JUnit XML report from an Ansible Tower or AWX Job.

Installation

Install awx-junit with pip.

pip install awx-junit

Usage Example

Use the AWX cli (awxkit) to get job events of a certain job from an Ansible Tower or AWX instance. Pipe the resulting JSON output from awxcli to awx-junit utility

awx job_events list --job <job_id> --all | awx-junit