{% extends "layout.html" %} {% block content %}

ARA: Ansible Run Analysis

ARA - Ansible Run Analysis

ARA records Ansible playbook runs seamlessly to make them easier to visualize, understand and troubleshoot.

{% if playbooks and playbooks > 0 %}

Here's the data that ARA is making available to help you:


  • {{ playbooks }} Playbook runs
  • {{ tasks }} Tasks
  • {{ task_results }} Task results
  • {{ hosts }} Hosts
  • {{ host_facts }} Hosts with gathered facts
  • {{ files }} Playbook, role and task files
  • {{ records }} Records

Get started by looking at your playbook reports.

{% else %}

The ARA database is empty or the web application is not configured properly to find your playbook data.

Get started by configuring Ansible to use ARA.

Your data will be available in the interface as soon as you've ran an ansible-playbook at least once after configuring Ansible to use ARA.



Need help ? Look at the documentation or come chat with users and developers on IRC in #ara on the freenode network.

{% endif %}
{% endblock %}