Set up (the latest version of) virtualenv(wrapper) in Debian-like systems.
-
pip
(will not installed) -
python(2|3)
(will be installed)
when using virtualenv_install_method: pip
-
virtualenv_install_method
: [default:native
]: The way to installvirtualenv
(e.g.native
(from Ubuntu/Debian repo) orpip
,< 24.04
only) -
virtualenv_python_version_major
[default:3
]: Python version to installvirtualenv
for.
None
ansible-pip
(see)
---
- hosts: all
roles:
- oefenweb.virtualenv
MIT
Mischa ter Smitten
Are welcome!