kayobe/ansible/roles/pip/defaults/main.yml
Michal Nasiadka a0ab81d752 Allow setting pip_proxy
Change-Id: I2547ef2556ca96b614854515069aaca3349cd692
2020-02-26 11:10:01 +01:00

21 lines
506 B
YAML

---
pip_local_mirror: false
# Users for which the necessary configuration will be put in place in order to
# install PyPI packages from a mirror
# NB: The Kolla user will be automatically added to this list if the above is
# set to true
pip_applicable_users:
- "{{ kayobe_ansible_user }}"
- root
# PyPI local package mirror URL
pip_index_url: ""
# Optional: a list of 'trusted' hosts for which SSL verification will be
# disabled
pip_trusted_hosts: []
# Optional: proxy configuration
pip_proxy: ""