Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-virtualenv
Ansible role to set up (the latest version of) virtualenv(wrapper) in Debian-like systems
https://github.com/oefenweb/ansible-virtualenv
ansible debian pip python ubuntu virtualenv
Last synced: 2 months ago
JSON representation
Ansible role to set up (the latest version of) virtualenv(wrapper) in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-virtualenv
- Owner: Oefenweb
- License: mit
- Created: 2015-07-14T19:27:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T12:34:58.000Z (3 months ago)
- Last Synced: 2024-11-01T13:19:59.395Z (3 months ago)
- Topics: ansible, debian, pip, python, ubuntu, virtualenv
- Language: Dockerfile
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## virtualenv
[![CI](https://github.com/Oefenweb/ansible-virtualenv/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-virtualenv/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-virtualenv-blue.svg)](https://galaxy.ansible.com/Oefenweb/virtualenv)Set up (the latest version of) virtualenv(wrapper) in Debian-like systems.
#### Requirements
* `pip` (will not installed)
* `python(2|3)` (will be installed)
#### Variables
* `virtualenv_python_version_major` [default: `2`]: Python version to install `supervisor` for.
* `virtualenv_python_version` [default: `virtualenv_python_version`]: Deprecated## Dependencies
None
## Recommended
* `ansible-pip` ([see](https://github.com/Oefenweb/ansible-pip))
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.virtualenv
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-virtualenv/issues)!