{% extends "layout.html" %} {% block content %}
Start | End | Duration |
---|---|---|
{{ playbook.time_start |datefmt }} | {{ playbook.time_end |datefmt }} | {{ playbook.duration |timefmt }} |
Host | OK | CHANGED | FAILED | SKIPPED | UNREACHABLE |
---|---|---|---|---|---|
{{ macros.make_link('playbook_host', stat.host.name, playbook=playbook.id, host=stat.host.name) }} | {{ macros.statslink(stat, 'ok', playbook, stat.host) }} {{ macros.statslink(stat, 'changed', playbook, stat.host) }} {{ macros.statslink(stat, 'failed', playbook, stat.host) }} {{ macros.statslink(stat, 'skipped', playbook, stat.host) }} {{ macros.statslink(stat, 'unreachable', playbook, stat.host) }}
Start | End | Duration | |
---|---|---|---|
{{ playbook.time_start |datefmt }} | {{ playbook.time_end |datefmt }} | {{ playbook.duration |timefmt }} | {{ macros.make_link('play', 'details', play=play.id) }} |
Offset from Playbook | Duration | Action | File | Line | |
---|---|---|---|---|---|
{{ task.offset_from_playbook |timefmt }} | {{ task.duration |timefmt }} | {{ task.action }} | {{ task.path|pathtruncate }} | {{ task.lineno }} | {{ macros.make_link('task', 'details', task=task.id) }} |