{# Run form for a single playbook — loaded via HTMX from /ansible/run-form/… #}

Run {{ playbook_path }}

Cancel
{% if variables %}
Playbook variables

Leave a field blank to use the playbook/inventory default. Secret fields are never stored.

{% for v in variables %}
{% if v.secret %}{% endif %}
{% endfor %} {% else %}

No declared variables found in this playbook.

{% endif %}
Advanced