RETIRED, Role pip_install for OpenStack-Ansible
Go to file
Jesse Pretorius 820c9bd6c3 Update pip primary and fallback URL's, and set version
This patch updates the primary and secondary locations for
downloading the get-pip.py script and also sets the
installation process to ensure that a known, stable
version of pip is installed.

Change-Id: Ib463f61b1ad44aec0e3953a89d58596c3e87f2e0
2016-01-20 16:00:54 +00:00
defaults Update pip primary and fallback URL's, and set version 2016-01-20 16:00:54 +00:00
doc IRR for pip_install 2015-11-03 02:34:10 -06:00
files IRR for pip_install 2015-11-03 02:34:10 -06:00
meta IRR for pip_install 2015-11-03 02:34:10 -06:00
tasks Update pip primary and fallback URL's, and set version 2016-01-20 16:00:54 +00:00
tests Use sudo for role testing 2015-11-25 13:01:08 +00:00
.gitignore New git dotfiles for independant repository 2015-11-25 17:22:01 +00:00
.gitreview New git dotfiles for independant repository 2015-11-25 17:22:01 +00:00
CONTRIBUTING.rst IRR for pip_install 2015-11-03 02:34:10 -06:00
LICENSE IRR for pip_install 2015-11-03 02:34:10 -06:00
README.rst IRR for pip_install 2015-11-03 02:34:10 -06:00
run_tests.sh Update run_tests to be more complete 2015-12-09 13:39:46 +00:00
setup.cfg updated summary 2015-12-08 14:09:02 -06:00
setup.py IRR for pip_install 2015-11-03 02:34:10 -06:00
test-requirements.txt Merge bashate/pep8 lint jobs in common job 2015-12-15 10:44:42 +00:00
tox.ini Change pip install to a stable version by default 2015-12-21 12:19:45 -06:00

README.rst

OpenStack pip install

tags

openstack, pip, install, 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_install"
      pip_get_pip_url: https://bootstrap.pypa.io/get-pip.py
      tags:
        - "pip-install"