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

15 lines
395 B
YAML

---
# defaults file for python_pip
# The version of pip to update to.
python_pip_version: 19.2.3
# The version of setuptools to update to.
python_pip_setuptools_version: 41.2.0
# 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"