{% extends "base.html" %} {% block title_suffix %} - Local Inventory{% endblock %} {% block content %}
Edit the on-disk inventory used for local / CLI runs (ansible, ansible-playbook).
Production execution through Ansible Automation Platform uses Controller-managed inventories instead
— configure those on the AAP page.
{{ save_ok }}
{% endif %} {% if save_error %}{{ save_error }}
{% endif %}Override the file path with environment variable ANSIBLECLAW_INVENTORY_FILE.