baztian.pip_venv

pip_venv Ansible Role

CI

This is an Ansible role that helps you install Python modules in a new virtual environment located in /opt/<pkg-name>. If you're using packages like molecule[docker], you can change the folder name using the dir variable.

You can set the version parameter to latest if you want the most recent version.

Example Playbook

- hosts: servers
  become: yes
  roles:
     - role: baztian.pip_venv
       vars:
         pkg: bump2version
         version: 1.0.1
         system_site_packages: yes

License

MIT

Informazioni sul progetto

Role for installing python modules inside a new virtual env

Installa
ansible-galaxy install baztian.pip_venv
Licenza
mit
Download
4.3k
Proprietario