{% extends "base.html" %} {% block title_suffix %} - Dev/Test{% endblock %} {% block content %}

Dev / Test

Select a playbook, edit or refine it with AI, then run it with ansible-playbook.

{# --- Section 1: Inventory Editor (collapsible) --- #}

Inventory — {{ inventory_path }}

{% if save_ok %}

{{ save_ok }}

{% endif %} {% if save_error %}

{{ save_error }}

{% endif %}
Override path: ANSIBLECLAW_INVENTORY_FILE
{# --- Section 2: Playbook Selector with Editable Preview --- #}

Select Playbook

Loading playbooks...
Click a playbook on the left to preview and edit its content.
{# --- Section 3: AI Refine Bar --- #}
{# --- AI Configuration Panel --- #}
AI Endpoint Configuration
Works with vLLM, ollama, OpenAI, or any OpenAI-compatible API. The /v1/chat/completions path is appended automatically.
{# --- Section 4: Run Panel --- #}

Run

No playbook selected.

    
{% endblock %}