awx-ee
awx-ee copied to clipboard
An Ansible execution environment for AWX project
- fixes #183 - also fixes indentation in github workflows
Added some more collections to be part of awx-ee. We need these community collections for multiple purposes
Shoud be built with appropriate build arg ansible-builder build -v3 --build-arg PYCMD=/usr/bin/python3.11 -t py311
Would it be possible to finally upgrade the python version of this image, ? Python 3.9, starting to be really old, this image is abandoned ? To install ansible 2.16+,...
Upgrades AWX-EE from Python 3.9 to Python 3.11. Bringing with it 3.11's speed improvements. https://docs.python.org/3/whatsnew/3.11.html This also replaces `python-unversioned-command` with `alternatives` command -- as `python-unversioned-command` always links to `python3.9` in...
The general community package should probably be included by default. I did try to find if there's a reason it's not been included yet, but I can't.
Can we have nmap-cli installed on awx-ee base image in order to use community.general.nmap inventory module on awx ? ansible_collections.community.general.plugins.inventory.nmap plugin: nmap inventory plugin requires the nmap cli tool to...
Adding just the requirements for ansible.utils (Galaxy) and google-cloud-storage (PIP) per the comments here: https://github.com/ansible/awx-ee/pull/92#pullrequestreview-1220048090 Validated this resolves issues with netaddr requirements in AWX, namely: `Failed to import the required...
Map `podman` to `podman-remote` via symbolic link to allow `podman` to run AAP jobs via receptor