{% extends "base.html" %} {% block title_suffix %} - Local Inventory{% endblock %} {% block content %}

Local Inventory

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.

{{ inventory_path }}

{% if save_ok %}

{{ save_ok }}

{% endif %} {% if save_error %}

{{ save_error }}

{% endif %}

Override the file path with environment variable ANSIBLECLAW_INVENTORY_FILE.

{% endblock %}