ansible-development-environ.../roles/python_pip/defaults/main.yml

18 lines
537 B
YAML

---
# defaults file for python_pip
# By default no modules should be installed.
python_pip_modules: []
# Connect to a (pypi) proxy by setting this variable.
# python_pip_proxy: "https://user:password@proxy:8443/artifactory/pypi/pypi-virtual/simple"
# Don't forget to trust foreign pip repositories if you use them.
# python_pip_trusted_host: my-pip-repository.example.com
# You can have this role update pip, using pip.
python_pip_update: yes
# You can use something other than the default pip binary.
# python_pip_executable: pip3