tenks/ansible/group_vars/all
Will Miller 768af20e84 Move pip settings to group_vars/all
We need to use pip on localhost as well as on hypervisors, for Ironic
enrolment.
2018-09-07 13:22:06 +01:00

10 lines
413 B
Plaintext

---
# Path to virtualenv used to install Python requirements. If a virtualenv does
# not exist at this location, one will be created.
virtualenv_path: "{{ '/'.join([ansible_env['HOME'], 'tenks-venv']) }}"
# The URL of the upper constraints file to pass to pip when installing Python
# packages.
python_upper_constraints_url: >-
https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt