ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 152 forks source link

Unable to manage collection using _build/requirements.* #146

Closed snoopyx21 closed 1 year ago

snoopyx21 commented 1 year ago

Hi,

I am writing to you, because I do not know what to do. I used this repo to build my EE in AWX.

I wanted to add the collection community.general, so I added to requirement.yml: image

I re-build a new image using tox, but when the new container is up, I got this on AWX: image

So, I added this line in the requirements.txt: image

But, it seems that none of the requirements present on requirements.txt are applied.

To bypass that, I also tried to use my actual EE and to install what I wanted on the container directly and then commit on a new image. It isn't working. When I use ansible-galaxy to install community.general, AWX doesn't seem to find the module (but the module is present on the container !!): image

Can you guide me ? I tried a lot of things, but none of them are working. What I want is to be able to add / remove / manage the collection ..

Thank you in advance for your kind help !

AlexSCorey commented 1 year ago

@snoopyx21 Hello, this appears to be less of a bug report or feature request and more of a question. Could you please ask this on our mailing list? See https://github.com/ansible/awx/#get-involved for information for ways to connect with us.

snoopyx21 commented 1 year ago

Hi @AlexSCorey

My bad, really, I was looking for this. Thank you, I will close the ticket. You can remove it also if you want.