ansible-roles/python-virtualenv/defaults/main.yml

15 lines
271 B
YAML

---
py_virtenv_pkgs_state: installed
py_virtenv_site: False
py_virtenv_pkgs:
- python-pip
- python-virtualenv
# py_virtenv_pip_pkgs:
# - pip_pkg_foo
# - pip_pkg_bar
# py_virtenv_pip_requirements: "/tmp/foo/requirements.txt"
py_virtenv_env_base_dir: "/tmp/foo"