Tips: Tasks
This panel contains all the tasks and their results on your hosts in your playbook.
Click on the action to view the task file in which that action is located.
Click on the task status in order to view the detailed results of that task.
All table columns are sortable. This allows you to, for example:
- Sort tasks by duration to find which tasks took the longest time
- Sort (or reverse) the elapsed column to have the beginning of the playbook (or the end) first
The search box searches through all fields as well as task tags. This allows you to search, for example:
- do something would match tasks with 'do something' in their name
- localhost would match tasks for the host 'localhost'
- get_url would match tasks that use the 'get_url' Ansible module
- failed would match tasks for which the status is 'failed'
- production would match tasks that have the tag 'production'