Ansible
Navigator Commands
Interactive UI
5 commands
Commands
View Configuration
$ ansible-navigator config
Browse Ansible configuration interactively
View Module Documentation
$ ansible-navigator doc ansible.builtin.copy
Browse module docs in TUI interface
Inspect Inventory
$ ansible-navigator inventory -i hosts --host server1
Explore inventory with navigator interface
Run Playbook with TUI
$ ansible-navigator run playbook.yml
Execute playbook with text-based user interface
Run in Stdout Mode
$ ansible-navigator run playbook.yml --mode stdout
Run playbook with standard output (no TUI)