ansible-navigator
ansible-navigator copied to clipboard
A text-based user interface (TUI) for Ansible.
Fixes for some unit tests written for the config subsystem. .flake8 entry removals and docstring fixes for files in tests/unit
I just installed ansible-navigator 2.1.0 on a RHEL8 machine and if I run it in local mode with EE disabled, I am unable get the tool to display the installed...
##### ISSUE TYPE - Bug Report ##### SUMMARY Running Navigator with any playbook against the AWS default EE results in permission denied errors. ``` ansible-navigator run job1.yml -t jobtagtest2 --ee...
##### ISSUE TYPE - Bug Report ##### SUMMARY navigator identifies collection as `contained` but shoud be `bind_mount` ##### ANSIBLE-NAVIGATOR VERSION ``` ansible-navigator 2.1.0 ``` # The ansible-navigator settings, note the...
Remove: ``` languageSettings: - languageId: python allowCompoundWords: true ``` from cspell.config.yaml, and fix errors or PR to python dictionary Related: https://github.com/streetsidesoftware/cspell/releases/tag/v5.20.0
and update documentation accordingly (account for M1 arch changes too) https://ansible-navigator.readthedocs.io/en/latest/installation/#id2 https://ansible-navigator.readthedocs.io/en/latest/installation/#macos
and ensure there is a check for it with proper logging, alerting if not found. We can also and a new setup option.
##### ISSUE TYPE - Doc issue ##### SUMMARY Our team uses containers to run CI/test workflows. This means we need to be able to run ansible-navigator/ansible-runner in a container, which...
##### ISSUE TYPE - Bug Report ##### SUMMARY RPM installed ansible and ansible-navigator, collection cataloging fails when `execution-environment=False`, because when runner runs the catalog collection script the import of ansible...
### Summary Add major version constraint for all python packages in 1.0.0 main can stay unconstrained to detect future issues ### Issue Type Bug Report ### Ansible-navigator Version ```console $...