Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.11 KB

virtualenv

CI Ansible Galaxy

Set up (the latest version of) virtualenv(wrapper) in Debian-like systems.

Requirements

  • pip (will not installed)

  • python(2|3) (will be installed)

when using virtualenv_install_method: pip

Variables

  • virtualenv_install_method: [default: native]: The way to install virtualenv (e.g. native (from Ubuntu/Debian repo) or pip, < 24.04 only)

  • virtualenv_python_version_major [default: 3]: Python version to install virtualenv for.

Dependencies

None

Recommended

  • ansible-pip (see)

Example

---
- hosts: all
  roles:
    - oefenweb.virtualenv

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!