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
- Host: GitHub
- URL: https://github.com/hyperized/pip
- Owner: hyperized
- Created: 2020-03-02T14:16:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T14:21:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T00:29:33.199Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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