6e4642a200
Synchronise configuration format with kayobe-config @ 371937fa9053d77a4bbca88d830d60dc76628c62. Change-Id: Ife6e3f251120edcf5f94ca677a51bd5fe21fdc6f
24 lines
691 B
YAML
24 lines
691 B
YAML
---
|
|
|
|
# Use a local PyPi mirror for installing Pip packages
|
|
#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: []
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|