Justin Shepherd 47c84afe19 Cleaning up doc8 violations.
Change-Id: I6c3f2827ae077d962bc7e8c7a9c0a5e5faa6aac8
2015-06-10 02:09:18 +00:00
..
2015-06-10 02:09:18 +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