Role to download and install the Python programming language.
None.
The following variables will change the behavior of this role (default values are shown below):
# Python version number
python_version: "3.12.1"
# Mirror to download Python from
python_mirror: "https://www.python.org/ftp/python"
# Directory to store the files downloaded for Python installation
python_download_dir: "/tmp"The following versions of Python are supported without any additional configuration:
3.12.13.11.73.10.133.9.18
None.
- hosts: all
roles:
- role: reidaa.python- hosts: all
roles:
- role: reidaa.python
python_version: "3.9.18"