{% extends "base.html" %} {% block title %}Ansible Management Dashboard - Server Monitoring{% endblock %} {% block page_title %}Ansible Management Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Devices
Playbooks
Executions
Success Rate
| Name | Host | Group | Status | Last Check | Actions |
|---|---|---|---|---|---|
| {{ device.name }} | {{ device.host }} | {{ device.group }} | {% if device.status == 'active' %} Online {% else %} Offline {% endif %} | {{ device.last_check.strftime('%Y-%m-%d %H:%M') if device.last_check else 'Never' }} |
Add your first device to start managing infrastructure.
{{ playbook.description | default('No description available') }}
Upload a custom playbook to get started.
{{ execution.start_time.strftime('%Y-%m-%d %H:%M:%S') if execution.start_time else 'N/A' }}
Execute your first playbook to see results here.