RETIRED, Role pip_install for OpenStack-Ansible
Go to file
Jesse Pretorius b91f8e8d7f Implement doc8 checks for docs
In order to prepare for the move of detailed configuration
content from the install guide to the roles, doc8 checks
are being implemented in the roles to ensure that any new
content submitted is properly checked.

Change-Id: Id320fba82a747f81ead3cf1e0ae4106a120b5d22
Partially-Implements: blueprint osa-install-guide-overhaul
2016-07-13 12:57:26 +01:00
defaults Rename pip_packages_tmp variable 2016-06-20 18:59:13 -07:00
doc Update sphinx configuration 2016-07-12 16:54:40 +01: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 Update sphinx configuration 2016-07-12 16:54:40 +01:00
tasks Merge "Rename pip_packages_tmp variable" 2016-06-21 08:54:37 +00: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 Add .swp files to .gitignore 2016-05-04 15:21:47 +01: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 Adopting the common role documentation pattern 2016-05-27 12:07:59 -04:00
Vagrantfile Combine pip_install and pip_lockdown roles 2016-05-03 11:12:18 -04:00
other-requirements.txt Enable CentOS support 2016-05-25 11:27:57 +00: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 Implement doc8 checks for docs 2016-07-13 12:57:26 +01:00
tox.ini Implement doc8 checks for docs 2016-07-13 12:57:26 +01:00

README.rst

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