Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1020 Bytes

File metadata and controls

27 lines (16 loc) · 1020 Bytes

ANXS - python

GitHub Actions Workflow Status Maintenance Ansible Role GitHub License

Ansible role which installs python, pip, virtualenv, and uv

Requirements & Dependencies

  • Tested on Ansible 2.12 or higher.

Variables

This is a partial listing of configurable variables

  • python_versions is a list of python versions to install from the deadsnakes PPA.
  • python_uv_version can be set to true to install uv.

Testing

This project uses molecule to test a few scenarios. You can kick off the tests (and linting) with make test.

Feedback, bug-reports, requests, ...

Are welcome!