An open API service indexing awesome lists of open source software.

https://github.com/hyperized/pip

Ansible role to manage pip dependencies
https://github.com/hyperized/pip

Last synced: 12 months ago
JSON representation

Ansible role to manage pip dependencies

Awesome Lists containing this project

README

          

hyperized.pip
=========

_Python package manager_

Requirements
------------

Ansible 2.5 or above is highly recommended.

Role Variables
--------------

pip_state: latest
pip_executable: /usr/bin/pip3
pip_name:
pip_extra_args:

Dependencies
------------

hyperized.package
hyperized.apt_repo

Example Playbook
----------------

- hosts: all
become: yes
roles:
- role: hyperized.pip
pip_name: docker
- role: hyperized.pip
pip_name: 'requests[security]', pip_extra_args: '--upgrade'

License
-------

MIT

Author Information
------------------

Gerben Geijteman