Skip to main content

ARA - Ansible run analysis

Project description

ARA: Ansible Run Analysis

tl;dr

ARA is an attempt to make Ansible runs easier to visualize, understand and troubleshoot.

ARA is three things:

  1. An Ansible callback plugin to record playbook runs into a local or remote database

  2. A CLI client to query the database

  3. A web interface to visualize the database

Overview

ARA organizes recorded playbook data in a way to make it intuitive for you to search and find what you’re interested for as fast and as easily as possible.

It provides summaries of task results per host or per playbook.

It allows you to filter task results by playbook, play, host, task or by the status of the task.

With ARA, you’re able to easily drill down from the summary view for the results you’re interested in, whether it’s a particular host or a specific task.

Beyond browsing a single ansible-playbook run, ARA supports recording and viewing multiple runs in the same database.

This allows you to, for example, recognize patterns (ex: this particular host is always failing this particular task) since you have access to data from multiple runs.

Installing

Packaged dependencies

RHEL, CentOS, Fedora

yum -y install gcc python-devel libffi-devel openssl-devel

Ubuntu, Debian

apt-get -y install gcc python-dev libffi-dev libssl-dev

From source

git clone https://github.com/dmsimard/ara
cd ara
pip install .

From pip

pip install ara

What does the web interface look like ?

A video is available on YouTube and the following are screenshots of the web interface:

docs/images/preview1.png docs/images/preview2.png

Documentation

Documentation is available on readthedocs.io.

Author

David Moreau Simard

Contributors and special thanks

See contributors on GitHub.

Special thanks to Lars Kellogg-Stedman for the early feedback on the project, ideas and code contributions.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ara-0.6.0.tar.gz (195.2 kB view details)

Uploaded Source

File details

Details for the file ara-0.6.0.tar.gz.

File metadata

  • Download URL: ara-0.6.0.tar.gz
  • Upload date:
  • Size: 195.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ara-0.6.0.tar.gz
Algorithm Hash digest
SHA256 da2ce7bc13fb86b6058dbb8d82a5781639512bb80129baf377164e63f8616105
MD5 9dc28dd537f205c6be50e8ff7b7c1b4f
BLAKE2b-256 9b4c75317ac9aeeff4ea2e97f1b4169ff346ecdf509bd90209a91bfb185d19bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page