lciolecki.virtualenvwrapper
Ansible Role for Installing and Configuring Virtualenvwrapper
Configuration Reference: Virtualenvwrapper Documentation
Installation Methods
- From GitHub Repository: Use the role name:
ansible.virtualenvwrapper
- Using Ansible Galaxy: Run the command
ansible-galaxy install lciolecki.virtualenvwrapper
(role name:lciolecki.virtualenvwrapper
)
Recommended Method: Use Ansible Galaxy for installation.
Usage Example
---
- hosts: all
roles:
- lciolecki.virtualenvwrapper
vars:
....
Variables
---
virtualenvwrapper_version: 4.7
virtualenvwrapper_python: /usr/bin/python
virtualenvwrapper_virtualenv: /usr/local/bin/virtualenv
virtualenvwrapper_source: /usr/local/bin/virtualenvwrapper.sh
virtualenvwrapper_home: "{{ lookup('env', 'HOME') }}/.virtualenvs/"
virtualenvwrapper_project: "{{ lookup('env', 'HOME') }}/projects/"
virtualenvwrapper_shell_file: "{{ lookup('env', 'HOME') }}/.bashrc"
License Information
This software is licensed under the MIT License (MIT).
Copyright (c) 2015 Łukasz Ciołecki
You can use, copy, modify, merge, publish, distribute, and sell this software for free, as long as you include the copyright notice and permission notice in all copies or significant portions of the software.
Disclaimer: The software is provided "as is," without any warranty of any kind. The authors are not liable for any claims, damages, or other liabilities related to the software.
Informazioni sul progetto
Ansible role install and configure virtualenvwrapper
Installa
ansible-galaxy install lciolecki.virtualenvwrapper
Licenza
mit
Download
1.1k
Proprietario