An Ansible role to install pyenv
This role needs all packages in requirements.txt
pip install -r requirements.txt
Variable | Type | Description | default | required? |
---|---|---|---|---|
os_users | dict | each dictionary of type {username_1: {"home": "string"}, username_2: {"home": "string"} |
{} | yes |
- hosts: all
roles:
- ansible-pyenv-install
molecule test
Mit License