{% extends "base.html" %} {% block title_suffix %} - AAP Configuration{% endblock %} {% block content %}
Configure and test your AAP Controller connection
{% if aap_connected %} ✅ AAP Controller connected {% elif aap_configured %} Connection check {% else %} Not configured {% endif %}
{% if aap_connected %} Reachability is based on your last test or cached check. Use Test connection below to run a live probe (same step-by-step output as Deploy to AAP). {% elif aap_configured %} URL and token are saved. Click Test connection to stream each probe step below. {% else %} Enter Controller URL and token under Controller Settings to enable testing. {% endif %}
Settings are saved to .ansibleclaw.yml in the project root.
Environment variables (AAP_CONTROLLER_URL, AAP_CONTROLLER_TOKEN,
ANSIBLECLAW_JOB_TEMPLATE_PREFIX, etc.) take precedence when set.