openstack-ansible/playbooks/roles/pip_install
kevin f91860d3de Removed rpc-repo upstream pip deps
Changed variables such that the upstream rpc-repo is no longer used
as a source of truth for installing pip. While the repo is still
present as a default pip index (and it should remain to be as long
as RAX is maintaining the repo) it is now only used with the scope
of the repo server.

Change-Id: I524919dc9b7ea0f69ae00227969a6421bd64ec3b
Implements: blueprint remove-upstream-repo-dependency
2015-09-02 14:15:00 +00:00
..
defaults Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
files Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
tasks Removed rpc-repo upstream pip deps 2015-09-02 14:15:00 +00:00
CONTRIBUTING.rst Cleaning up doc8 violations. 2015-06-10 02:09:18 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

OpenStack pip

tags

openstack, pip, cloud, ansible

category

*nix

This role will install pip using the upstream pip.

- name: Install pip and lock it down
  hosts: host_name
  user: root
  roles:
    - { role: "pip_lock_down", tags: [ "pip-lock-down" ] }
  vars:
    pip_get_pip_url: https://bootstrap.pypa.io/get-pip.py