Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

vmware-archive/ansible-role-pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-pip

Ansible role for manipulating Python pip installation. This role removes packager installs and instead uses easy_install so as to pick up more recent pip versions.

Requirements

This role currently supports only Debian/Ubuntu distros.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

update_package_cache: True

Whether to update the aptitude, yum, pacman or other package cache before running any install tasks.

Example playbook

---
- hosts: piphosts
  sudo: True
  connection: local
  roles:
    - pip
  vars:
    - update_package_cache: True

License and Copyright

Copyright © 2015 VMware, Inc. All Rights Reserved.

SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-only

This code is Dual Licensed Apache License 2.0 or GPLv3

You may obtain a copy of the License(s) at

http://www.apache.org/licenses/LICENSE-2.0

or

https://www.gnu.org/licenses/gpl-3.0.en.html

Author Information

This role was created in 2015 by Tom Hite / VMware.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages