Run playbooks locally with automation content navigator
Use automation content navigator to run playbooks and interactively delve into play and task results. Compare execution inside and outside of execution environments to identify and troubleshoot problems.
Run a playbook from automation content navigator Copy linkLink copied!
You can run Ansible playbooks with the automation content navigator text-based user interface to follow the execution of the tasks and delve into the results of each task.
Before you begin Copy linkLink copied!
- A playbook.
- A valid inventory file if not using
localhostor an inventory plugin.
Procedure Copy linkLink copied!
Review playbook results Copy linkLink copied!
Automation content navigator saves playbook runs as JSON artifact files. You can use these files to share, review, or troubleshoot results without requiring access to the original playbook or inventory.
Before you begin Copy linkLink copied!
- A automation content navigator artifact JSON file from a playbook run.
Procedure Copy linkLink copied!
$ ansible-navigator replay simple_playbook_artifact.json
- Review the playbook results that match when the playbook ran.

Results Copy linkLink copied!
You can now type the number next to the plays and tasks to step into each to review the results, as you would after executing the playbook.
View Ansible configuration file contents in text-based format Copy linkLink copied!
As a content creator, you can review your Ansible configuration with automation content navigator and interactively delve into settings.
Review your Ansible configuration from automation content navigator Copy linkLink copied!
Use the automation content navigator interactive interface to review Ansible settings. The tool pulls data from your configuration file or returns defaults if no configuration file is present.
Before you begin Copy linkLink copied!
- You have authenticated to the Red Hat registry if you need to access additional automation execution environments. See Red Hat Container Registry Authentication for details.
Procedure Copy linkLink copied!
Results Copy linkLink copied!
- Review the configuration output.



