{% extends "layout.html" %} {% block content %}
| Play | Start | End | Duration |
|---|---|---|---|
| {{ macros.make_link('playbook.playbook_results', play.name, playbook=playbook.id, play=play.id) }} | {{ play.time_start |datefmt }} | {{ play.time_end |datefmt }} | {{ play.duration |timefmt }} |
| File | ||
|---|---|---|
| {{ playbook_file.path |pathtruncate(75) }} (Playbook) | {{ macros.make_link('file.show_file', 'View', file_=playbook_file.id) }} | |
| {{ file.path |pathtruncate(75) }} | {{ macros.make_link('file.show_file', 'View', file_=file.id) }} | {{ macros.make_link('playbook.show_playbook', 'Filter', playbook=playbook.id, file_=file.id) }} |
| Task | Host | Action | Elapsed | Duration | Status | |
|---|---|---|---|---|---|---|
| {{ result.task.name }} | {{ result.host.name }} | {{ result.task.action }} | {{ result.task.offset_from_playbook|timefmt }} | {{ result.duration |timefmt }} | {{ status |upper }} | {{ macros.make_link('result.show_result', 'details', task_result=result.id) }} |
| Key | Value |
|---|---|
| {{ item.key }} | {{ macros.render_value_type(item.value, item.type) }} |