a0ab81d752
Change-Id: I2547ef2556ca96b614854515069aaca3349cd692
21 lines
506 B
YAML
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: ""
|