Is Foreman capable of running pip install actions?

Trying to figure out if this is possible:

Use foreman as a pip repository:

Foreman 3.10 and Proxy versions:

Foreman 3.10 and Proxy plugin versions:

Distribution and version:

Other relevant data:

Hi @rubbertoe

yes, Foreman+Katello can manage Python-type content and make it consumable to hosts. You can use the --index-url option with pip to point to your Smart Proxy that holds Python-type content: Installing Python packages from Foreman Server. You can use, for example, custom provisioning snippets or remote execution to install pip packages on your hosts.

2 Likes