Skip to content

Configure Pip

Go to Automation

View in GitLab

Description

This Ansible playbook installs and configures PIP, the Python package manager, on target systems. It begins by installing the EPEL repository, which is often required for Python-related packages. The playbook uses predefined variables for the PIP package name and a list of Python packages to install. It imports tasks from the linux.baseline role's configure_pip.yml file to ensure a standardized Python package management setup.

Credentials

  • sys_ansible_local

Input

Variable Description
target The target hosts or group for PIP configuration
pip_package Name of the PIP package to install
pip_install_packages List of Python packages to install via PIP

Output

None

Dependencies