ansible-navigator icon indicating copy to clipboard operation
ansible-navigator copied to clipboard

A text-based user interface (TUI) for Ansible.

Results 149 ansible-navigator issues
Sort by recently updated
recently updated
newest added
trafficstars

##### 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...

enhancement

##### 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...

enhancement
affects_post_2.0
AAP

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. #####...

bug
affects_post_2.0

After running a playbook, running `:lint` defaults to running lint in the current directory

enhancement
affects_post_2.0

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

enhancement
parked

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...

structural

##### ISSUE TYPE - Feature Idea ##### SUMMARY Add support for container and content signing capabilities.

enhancement
affects_post_2.0
AAP

##### 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...

enhancement
bug
affects_post_2.0
AAP