Ansible role to manage the building of python venvs
Go to file
Jesse Pretorius b7010f8e7c Ensure virtualenv is on the destination host
The virtualenv package is required in order to
both prepare a virtualenv in the build stage,
and to ensure that the right python binary is
in the virtualenv in the install stage.

This patch ensures that the virtualenv is
installed on the destination host.
2018-03-23 12:47:38 +00:00
defaults Ensure distribution/architecture separation 2018-03-23 12:26:27 +00:00
handlers Separate build and install stage 2018-03-23 11:57:09 +00:00
meta Initial commit 2018-03-09 17:50:21 +00:00
tasks Ensure virtualenv is on the destination host 2018-03-23 12:47:38 +00:00
tests Initial commit 2018-03-09 17:50:21 +00:00
.gitignore Initial commit 2018-03-09 17:50:21 +00:00
LICENSE Initial commit 2018-03-09 17:50:21 +00:00
README.rst Initial commit 2018-03-09 17:50:21 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible python_venv_build

This Ansible role prepares a python venv for use in OpenStack-Ansible.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-python_venv_build/latest/

The project home is at:

http://launchpad.net/openstack-ansible