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
- Host: GitHub
- URL: https://github.com/hyperized/ansible-pip
- Owner: hyperized
- License: mit
- Created: 2017-05-02T08:05:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T08:13:25.000Z (about 8 years ago)
- Last Synced: 2025-01-06T00:29:48.174Z (5 months ago)
- Topics: ansible, pip, python, ubuntu
- Homepage: http://fdmg.nl/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: pipTo 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