ansible-navigator
ansible-navigator copied to clipboard
A text-based user interface (TUI) for Ansible.
##### ISSUE TYPE - Bug Report ##### SUMMARY While we can list roles and check the documents for roles from automation hub, we cannot list roles with cli ansible-navigator ('ansible-navigator...
##### ISSUE TYPE - Feature Idea ##### SUMMARY Apparently my brain gets confused because I can use a "colon mode" but can't navigate using j/k/l/h/ctrl+f/ctrl+b or search what is on...
https://twitter.com/akira6592/status/1515599345814769666?t=SnTKSYfYmPXAlCOuLQOfzg&s=19
##### ISSUE TYPE - Bug Report ##### SUMMARY At this moment schema generation fails if podman/docker are not installed, even if these have nothing to so with schema generation. #####...
After running a playbook, running `:lint` defaults to running lint in the current directory
https://github.com/ansible/ansible/issues/77523 The config output is used to collect the effective collection paths: https://github.com/ansible/ansible-navigator/blob/main/share/ansible_navigator/utils/catalog_collections.py#L470 The following errors are generated and no collections are found: ``` 2022-04-13T11:19:37.743627+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract...
As we already removed deprecated `setup.py` from all other devtools projects it is time to apply the same solution here. Fixes: #555 Depends-On: #83
As we've already encountered, the `share` dir can cause problems during development and packaging. It seems like most of the items there should just be under various datafile subpackages in...
##### ISSUE TYPE - Feature Idea ##### SUMMARY Add support for container and content signing capabilities.
##### ISSUE TYPE - Bug Report ##### SUMMARY ``` ~ $ ansible-navigator run ping.yml -i hosts --ask-pass --mode stdout ^CTerminated ``` ##### ANSIBLE-NAVIGATOR VERSION ``` ~ $ ansible-navigator --version ansible-navigator...