Role that installs python3 and eventually some distribution or pip packages. https://www.python.org
Go to file
Andrea Dell'Amico d9b6fef4e0 New variable for the mandatory python packages 2021-01-20 15:59:01 +01:00
defaults New variable for the mandatory python packages 2021-01-20 15:59:01 +01:00
handlers Initial commit 2020-08-03 18:06:00 +02:00
meta Import the old role and add support to EL. 2020-08-04 14:41:10 +02:00
tasks New variable for the mandatory python packages 2021-01-20 15:59:01 +01:00
tests Initial commit 2020-08-03 18:06:00 +02:00
vars New variable for the mandatory python packages 2021-01-20 15:59:01 +01:00
.gitignore Initial commit 2020-08-03 18:06:00 +02:00
LICENSE Initial commit 2020-08-03 18:06:00 +02:00
README.md Import the old role and add support to EL. 2020-08-04 14:41:10 +02:00

README.md

Role Name

A role that installs python3, and python packages from pip eventually

Role Variables

The most important variables are listed below:

py3_env_install: False
py3_env_major_version: 3
py3_env_minor_version: 6
py3_env_version: '{{ py3_env_major_version }}.{{py3_env_minor_version }}'
py3_env_pkgs_state: present
py3_pip_pkgs_state: present
py3_env_site: False

py3_env_wheel_pip_pkgs: []
py3_env_pip_pkgs: []
py3_env_versioned_pip_pkgs: []

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it