Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 512 Bytes

Python SCL

Build Status

This module has the following features:

  • Installs/Enables Softwarecollections on CentOS and RHEL
  • Installs a SCL python version
  • Enables the python version globally

Variables

scl_python_version: The version to use. Defaults to 35 (3.5.x). Possible values: 34 and 35

Usage

Example playbook:

- hosts: all
  roles:
    - role: angrox.python-scl