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 %}
{% set playbook_count = playbook.hosts | fast_count %}
{% set play_count = playbook.plays | fast_count %}
{% set file_count = playbook.files | fast_count %}
{% set task_count = playbook.tasks | fast_count %}
{% set record_count = playbook.data | fast_count %}
{% set stats_count = playbook.stats | fast_count %}