{% 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 -%}

ARA makes the following available:


  • {{ 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 after an ansible-playbook is run 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 %}