openstack-ansible-pip_install/README.rst
Travis Truman 154e348f28 Adopting the common role documentation pattern
As discussed during the Newton design summit, we
agreed to adopt the role documentation pattern laid
out in the os_keystone role.

Change-Id: Ia3aea29c2994980b1ec9ce2f58001620a279bee6
2016-05-27 12:07:59 -04:00

830 B

OpenStack-Ansible pip install

This role will install pip using the upstream pip installation script. Within the installation of pip the role will create a .pip directory within the deploying user's home folder and a blank selfcheck JSON file for pip to use to keep track of versions.

It can also configure pip links that will restrict the package sources to the OpenStack-Ansible repository.

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Install pip and lock it down
  hosts: host_name
  user: root
  roles:
    - role: "pip_install"
      pip_lock_to_internal_repo: True