Skip to content

staticdev/ansible-role-python-developer

Repository files navigation

Ansible role: Python developer

Tests

Ansible role to install packages for developing in Python using Cookiecutter Hypermodern Python.

Features

Installs:

Note: for a playbook that installs IDEs, try Linux workstation playbook.

Requirements

Example Playbook

Here are some common usages of this role.

  1. Role using defaults:
- hosts: all
  roles:
    - role: staticdev.python-developer
  1. Role defining Python versions:
- hosts: all
  roles:
    - role: staticdev.pyenv
    - role: staticdev.python-developer

License

Distributed under the terms of the MIT license, Ansible role Python developer is free and open source software.

Author Information

staticdev