-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add netaddr library to awx-ee #90
Comments
This works for me:
|
This is really sad.... There should be a way to custom specify a requirements.txt with custom python modules/packages (not only collections) and EE could run this on execution time. BTW, if you create a task inside the playbook that installs a module using pip, it will work withou needing to create a custom EE.... IE:
Also, please keep in mind that Ansible was initially created to automate network devices! How you do complex automation tasks without netaddr package? Please, reconsider this |
Sadly your suggestion @liviozanol is not working for me, I have the following warning :
|
Any update about this issue? I think this pull request may fix it but has not been reviewed yet #92. |
I just create the custom AWX EE for a temporary solution, feel free to use the images here: Docker Hub The changes are exactly the same as those made in Pull Request #92. |
Hi there, |
Having error
The ipaddr filter requires python's netaddr be installed on the ansible controller
Issue at awx was closed without any action
ansible/awx#10370 (comment)
The text was updated successfully, but these errors were encountered: