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

Browse your playbook reports here: Get started by expanding the "Hosts", "Plays", "Files" or "Tasks" panels below. You can mouse over most elements to have more details about them.
{% for playbook in playbooks.items %}
{{ macros.render_status(stats[playbook.id].status) }}
{{ playbook.time_start |datefmt }}
{{ playbook.duration |timefmt }}

{{ playbook.hosts | fast_count }} Hosts
{{ playbook.plays | fast_count }} Plays
{{ playbook.files | fast_count }} Files
{{ playbook.tasks | fast_count }} Tasks
{{ playbook.data | fast_count }} Records
{% endfor %}
Displaying {{ playbooks.items |length }} playbook reports out of a total of {{ playbooks.total }}.
{% if playbooks.pages > 1 %}
{% endif %}
{% endblock %}