{# Description + discovered variable fields for a selected playbook. Shared by the browse run form, host run form, and schedule form. Expects `variables` and `description`. Rendered standalone by /ansible/playbook-vars. #} {% if description or category %}
{% if category %}{{ category }}{% endif %} {{ description }}
{% endif %} {% if confirm %} {% endif %} {% 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 %}