Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Python

Role to download and install the Python programming language.

Requirements

None.

Role Variables

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"

Supported Python versions

The following versions of Python are supported without any additional configuration:

  • 3.12.1
  • 3.11.7
  • 3.10.13
  • 3.9.18

Dependencies

None.

Example Playbook

- hosts: all
  roles:
     - role: reidaa.python
- hosts: all
  roles:
     - role: reidaa.python
       python_version: "3.9.18"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors