arillso.system.python role – Python package management with pip
Note
This role is part of the arillso.system collection (version 1.0.5).
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it use: ansible-galaxy collection install arillso.system.
To use it in a playbook, specify: arillso.system.python.
Entry point main – Python package management with pip
Synopsis
Manages Python packages via pip
Supports virtualenv and system-wide installation
Parameters
Parameter |
Comments |
|---|---|
Install Python system packages Choices:
|
|
List of Python packages to manage Default: |
|
Package name |
|
Package state Choices:
|
|
Package version |
|
Virtualenv path |
|
Enable pip package management Choices:
|
Entry point pip – Pip package management entry point
Synopsis
Entry point for managing Python packages
Parameters
Parameter |
Comments |
|---|---|
List of packages to manage |
Entry point requirements – Requirements file entry point
Synopsis
Entry point for installing from requirements.txt
Parameters
Parameter |
Comments |
|---|---|
List of requirements files |