ANXS - python
Ansible role which installs python, pip, virtualenv, and uv
- Tested on Ansible 2.12 or higher.
This is a partial listing of configurable variables
python_versionsis a list of python versions to install from the deadsnakes PPA.python_uv_versioncan be set totrueto install uv.
This project uses molecule to test a few scenarios. You can kick off the tests (and linting) with make test.
Are welcome!