community.general module is not by default available

,

Hi All,

community.general module is not by default available in awx-ee vresion 0.3.0

How can I add it.

Thanks

Two ways. Use collections requirements.yml in your projects. Create a directory in your project called collections and add it in the requirements.yml file

Or create an ee that has it.

Yes it appears that community.general is not there by default. This might be an oversight but for now yep use a requirements.yml file or build your own EE
BTW, 0.4.0 is out, but if you want the ‘latest and greatest’ use :devel (note there is no :latest docker tag) - https://quay.io/repository/ansible/awx-ee?tab=tags

FYI, currently the awx-ee image contains:
ls -l /usr/share/ansible/collections/ansible_collections
drwxr-xr-x 3 root root 4096 Jun 18 00:13 amazon
drwxr-xr-x 4 root root 4096 Jun 18 00:13 ansible
drwxr-xr-x 3 root root 4096 Jun 18 00:13 awx
drwxr-xr-x 3 root root 4096 Jun 18 00:13 azure
drwxr-xr-x 3 root root 4096 Jun 18 00:13 cloud
drwxr-xr-x 3 root root 4096 Jun 18 00:13 community (only has vmware)
drwxr-xr-x 3 root root 4096 Jun 18 00:13 google
drwxr-xr-x 3 root root 4096 Jun 18 00:13 kubernetes
drwxr-xr-x 3 root root 4096 Jun 18 00:13 openstack
drwxr-xr-x 3 root root 4096 Jun 18 00:13 ovirt
drwxr-xr-x 3 root root 4096 Jun 18 00:13 redhatinsights
drwxr-xr-x 3 root root 4096 Jun 18 00:13 theforeman

Phil.

Running into similar issue with some of the vendor specific Ansible modules after upgrading to AWX 19.2.2. Is there any documentation or example on how to configure custom collections either using requirements.yml?
Mean while try to add necessary collections through custom EE docker image based on what I see at https://github.com/ansible/awx-ee/blob/devel/Containerfile

Thanks