A text-based user interface (TUI) for the Red Hat Ansible Automation Platform. Provides an interactive curses-based interface for running, reviewing, and debugging Ansible playbooks, inventories, and collections. Current version: 26.4.0, requires Python >=3.10. Release cadence follows Ansible Automation Platform releases.
pip install ansible-navigatorVerified import paths — ran on the pinned version, not inferred.
Launch the navigator TUI. The environment variable ANSIBLE_NAVIGATOR_CONFIG can point to a settings file.
Update to 2.x or later and refer to current documentation for CLI syntax.
Use '--artifact-format' and '--artifact-dir' instead.
Set ANSIBLE_NAVIGATOR_MODE=stdout or pass --mode stdout to run without TUI.
Use correct imports like 'from ansible_navigator.app import AnsibleNavigator'.
Upgrade to Python 3.10 or later.