RETIRED, Role pip_install for OpenStack-Ansible
Go to file
Travis Truman c7d3889bd8 Combine pip_install and pip_lockdown roles
Since lockdown is really just a form of specific pip
configuration and since the pip_install role already does
some pip configuration, it seems logical and desirable for
these functions to take place in the same role.

This change should pave the way for a simplification of
role dependencies and the removal of explicit pip_lockdown
role usage with various playbooks that will already have a
dependency on pip_install.

Change-Id: Ia0fc276c2b501f16d4acf73bbbcad6f80804628e
2016-05-03 11:12:18 -04:00
defaults Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
doc IRR for pip_install 2015-11-03 02:34:10 -06:00
files Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
meta IRR for pip_install 2015-11-03 02:34:10 -06:00
releasenotes/notes Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
tasks Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
templates Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
tests Test version of pip being installed 2016-03-02 07:32:13 +00:00
.gitignore Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04: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 Fix pip url variable name 2016-01-31 12:47:59 -06:00
Vagrantfile Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
other-requirements.txt Remove curl from bindep 2016-03-30 13:54:08 -04:00
run_tests.sh Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04: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 pin version of ansible-lint we use for testing 2016-03-15 15:52:44 +00:00
tox.ini Update tox config and add bashate E006, E040 exceptions 2016-02-12 12:16:16 +00: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_upstream_url: https://bootstrap.pypa.io/get-pip.py
      tags:
        - "pip-install"