Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-pip
Ansible role to set up (the latest version of) pip, wheel and setuptools in Debian-like systems
https://github.com/oefenweb/ansible-pip
ansible debian package-manager pip python setuptools ubuntu wheel
Last synced: 2 months ago
JSON representation
Ansible role to set up (the latest version of) pip, wheel and setuptools in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-pip
- Owner: Oefenweb
- License: mit
- Created: 2015-03-26T20:26:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T11:47:40.000Z (3 months ago)
- Last Synced: 2024-11-01T12:25:08.715Z (3 months ago)
- Topics: ansible, debian, package-manager, pip, python, setuptools, ubuntu, wheel
- Language: Dockerfile
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## pip
[![CI](https://github.com/Oefenweb/ansible-pip/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-pip/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-pip-blue.svg)](https://galaxy.ansible.com/Oefenweb/pip)Set up (the latest version of) [pip](https://pypi.python.org/pypi/pip) in Debian-like systems.
#### Requirements
* `python(2|3)` (will be installed)
* `python(2|3)-dev` (will be installed)
* `curl` (will be installed)when using `pip_install_method: get-pip`
#### Variables
* `pip_install_method`: [default: `native`]: The way to install `pip` (e.g. `native` (from Ubuntu/Debian repo) or `get-pip`, `< 24.04` only)
* `pip_python_version_major` [default: `3`]: Python version to install `pip` for
* `pip_install`: [default: `[]`]: Additional packages to install
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.pip
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-pip/issues)!