{# Discovered playbook variables as fill-in fields. Shared by the browse run form, the host run form, and the schedule form. Expects `variables` (from discover_playbook_variables). Rendered standalone by /ansible/playbook-vars. #} {% 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 %}