Ansible role to install packages for developing in Python using Cookiecutter Hypermodern Python.
Installs:
Note: for a playbook that installs IDEs, try Linux workstation playbook.
- pyenv (can be installed with staticdev.pyenv)
Here are some common usages of this role.
- Role using defaults:
- hosts: all
roles:
- role: staticdev.python-developer
- Role defining Python versions:
- hosts: all
roles:
- role: staticdev.pyenv
- role: staticdev.python-developer
Distributed under the terms of the MIT license, Ansible role Python developer is free and open source software.