项目作者: elnebuloso

项目描述 :
[abandoned] ansible-galaxy role
高级语言: Shell
项目地址: git://github.com/elnebuloso/ansible-role-pip.git
创建时间: 2017-01-24T21:50:36Z
项目社区:https://github.com/elnebuloso/ansible-role-pip

开源协议:MIT License

下载


Ansible Role - Python PIP

abandoned

Python PIP with Development Tools and automatic PIP Upgrade

Requirements

This role requires Ansible 2.0 or higher, and platform requirements are listed in the metadata file.

Example Playbook

  1. - hosts: localhost
  2. roles:
  3. - role: elnebuloso.pip

Dependencies

None.

License

MIT

Other

Update all PIP Packages

  1. pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U

Author Information

This role was created in 2017 by elnebuloso