ansible-navigator
ansible-navigator copied to clipboard
A text-based user interface (TUI) for Ansible.
- include at least what navigator needs - use it in `:run` before loading the schema into the class var - drop the version check of the artifact - switch...
##### ISSUE TYPE - podman enabled base EE ##### SUMMARY Unable to run podman modules or ansible-builder inside an execution enviroment using ansible-navigator. **Steps to reproduce the issue:** 1. Try...
_obj_match_filter :filter column==regex :filter column!=regex look for == or != and if present split and filter the columns case-insensitive
##### ISSUE TYPE - Doc issue ##### SUMMARY There are currently no surfaced dev docs for ansible-navigator. Was working with @thedoubl3j on fixing issue #598 and had some trouble with...
We can add links, and improve the descriptions, and fix formatting Also- for things like pylint, we should explain the exceptions should be inline not global for mypy, we should...
might be broad, but better now vs. later
Summary: - ansible-navigator should display `ansible.network` meta collection info when using command `ansible-navigator collections` - ansible navigator could show a content page for specified collection `ansible-navigator collections ansible.network`
##### ISSUE TYPE - Feature Idea ##### SUMMARY Allow to set the runner identifier.
##### ISSUE TYPE - Feature Idea please make ansible-navigator work with --vault-id user@prompt and --ask-vault-pass storing a password in a plaintext file is not allowed in my company so setting...
https://github.com/ansible/ansible-navigator/blob/f4c8d669f75ee68717dcfd890a0a0820bee90e30/tests/integration/actions/run/base.py#L93 This will be consistent with other tests. Noticed in #685 even after #688 was run and merged the too-many-local exception can be removed as well ``` tests/integration/actions/templar/base.py:70:4: R0914: Too...