pip_venv
pip_venv ansible role
Ansible role for installing python modules inside a new virtual env inside
/opt/<pkg-name>
. For packages like molecule[docker]
you can overwrite
the folder name with dir
var.
version
parameter may be set to latest
.
Example Playbook
- hosts: servers
become: yes
roles:
- role: baztian.pip_venv
vars:
pkg: bump2version
version: 1.0.1
system_site_packages: yes
License
MIT
Install
ansible-galaxy install baztian/ansible-pip-venv
License
mit
Downloads
4042
Owner