ansible-navigator
ansible-navigator copied to clipboard
A text-based user interface (TUI) for Ansible.
updates: - [github.com/streetsidesoftware/cspell-cli: v8.8.0 → v8.8.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.0...v8.8.1) - [github.com/pycqa/pylint.git: v3.1.0 → v3.2.2](https://github.com/pycqa/pylint.git/compare/v3.1.0...v3.2.2)
Bumps the dependencies group with 29 updates in the /.config directory: | Package | From | To | | --- | --- | --- | | [ansible-compat](https://github.com/ansible/ansible-compat) | `4.1.11` |...
##### ISSUE TYPE - Bug Report ##### SUMMARY Encountering issue using ansible-navigator to display the Ansible collections within an execution environment: ImportError: cannot import name 'TypeAlias' from 'typing' (/usr/lib64/python3.9/typing.py) The...
Many execution environment images, such as the ones provided and supported by Red Hat, unconditionally set `ANSIBLE_STDOUT_CALLBACK=awx_display` which prints out errors in json not in yaml and there seems to...
Podman volume mount of single files are replaced by a directory mount rather than inserted correctly
##### ISSUE TYPE - Bug Report ##### SUMMARY Ansible navigator breaks volume mounts if you try to mount a single file rather than a directory. Specifying the following mount ```yaml...
##### ISSUE TYPE - Feature Idea ##### SUMMARY Podman has a "newer" pull policy: https://docs.podman.io/en/latest/markdown/podman-create.1.html#pull-policy which isn't supported by ansible-navigator (I tried). It would allow to always keep the image...
##### ISSUE TYPE - Doc issue ##### SUMMARY I'm not quite certain if this is a documentation issue or a bug. I'm running ansible-navigator inside gitlab-ci in a docker container...
In some cases it could be nice to be able to disable logging completely. Trying to use `/dev/null` as the log file won't work, setting log level to critical still...