ansible / awx-ee

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

Add python-netaddr to image #76

Closed fernandosierrap closed 3 years ago

fernandosierrap commented 3 years ago

I have a problem trying to use ansible.netcommon because it is necessary to have the python-netaddr package. Can you added into the devel at least?

Thanks you so much !

AlanCoding commented 3 years ago

Wouldn't you prefer to use the https://github.com/ansible/network-ee instead?

wenottingham commented 3 years ago

I think we'd either add ansible.netcommon itself to the image (which would bring in python-netaddr) if we were to solve this. We wouldn't just add python-netaddr

But network-ee (as noted above) seems to be the proper place for this.