{% extends "base.html" %} {% block title %}Browse Playbooks — Fabled Scryer{% endblock %} {% block content %}

Browse Playbooks

← Run History
{% if view_contents is defined %}

{{ view_path }}

← Back to browse
{{ view_contents }}
{% endif %} {% if not source_data %} {% if view_contents is not defined %}

No Ansible sources configured. Add sources in Settings → Ansible.

{% endif %} {% else %} {% for sd in source_data %}

{{ sd.source.name }}

{{ sd.source.type }} {{ sd.source.path }}
{% if not sd.playbooks %}

No playbooks found at this path.

{% else %} {% for pb in sd.playbooks %} {% endfor %}
Playbook
{{ pb }} View Run
{# Run trigger form for this source #} {% endif %}
{% endfor %} {% endif %} {% endblock %}