I need to install python-ldap for an inventory plugin I’m using.
How do I install a python package for use in a plugin?
Do I really need to remake the entire image with my desired virtualenv as described here, or is there another way?
I need to install python-ldap for an inventory plugin I’m using.
How do I install a python package for use in a plugin?
Do I really need to remake the entire image with my desired virtualenv as described here, or is there another way?
Depends on how you’re running your AWX.
In case of Kubernetes I wouldn’t know an alternative since I’m not familiar with that.
In case of some regular Docker setup you could mount it into the container.
also it isn’t “remaking the entire image” since your merely add another layer that contains your virtualenv.