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

https://github.com/hyperized/ansible-pip

Simple PIP wrapper for Ansible on Ubuntu
https://github.com/hyperized/ansible-pip

ansible pip python ubuntu

Last synced: 3 months ago
JSON representation

Simple PIP wrapper for Ansible on Ubuntu

Awesome Lists containing this project

README

        

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

Simple wrapper for Python Package manager

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

Ansible 2.1 or above is highly recommended.

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

pip_state: latest
pip_executable: pip

To use pip3:

pip_executable: pip3

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

None

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

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

License
-------

MIT

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

Gerben Geijteman