{"id":18127039,"url":"https://github.com/samdoran/ansible-role-pyenv","last_synced_at":"2026-04-14T00:05:14.120Z","repository":{"id":68708427,"uuid":"243045441","full_name":"samdoran/ansible-role-pyenv","owner":"samdoran","description":"Ansible role to install pyenv","archived":false,"fork":false,"pushed_at":"2024-12-13T18:34:19.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T19:49:14.285Z","etag":null,"topics":["ansible","ansible-role","pyenv","python"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samdoran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-25T16:17:37.000Z","updated_at":"2024-12-13T18:34:22.000Z","dependencies_parsed_at":"2025-02-12T19:49:16.168Z","dependency_job_id":"c1e441ed-66e9-4845-93d3-f2dfc4f97257","html_url":"https://github.com/samdoran/ansible-role-pyenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdoran%2Fansible-role-pyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdoran%2Fansible-role-pyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdoran%2Fansible-role-pyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdoran%2Fansible-role-pyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdoran","download_url":"https://codeload.github.com/samdoran/ansible-role-pyenv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492513,"owners_count":20947544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","pyenv","python"],"created_at":"2024-11-01T09:14:26.856Z","updated_at":"2026-04-14T00:05:14.091Z","avatar_url":"https://github.com/samdoran.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"pyenv\n=========\n[![Galaxy](https://img.shields.io/badge/galaxy-samdoran.pyenv-blue.svg?style=flat)](https://galaxy.ansible.com/samdoran/pyenv)\n\nInstall [`pyenv`](https://github.com/pyenv/pyenv), a simple Python version manager. On macOS, installation is done via Homebrew. On Linux, the `pyenv` repository is cloned via `git`.\n\nRequirements\n------------\n\n`git` installed\nHomebrew installed on macOS.\n\nRole Variables\n--------------\n\n| Name              | Default Value       | Description          |\n|-------------------|---------------------|----------------------|\n| `pyenv_repo_url` | `https://github.com/yyuu/pyenv.git` | URL used to clone via `git`. |\n| `pyenv_repo_dest` | `~{{ pyenv_user }}/.pyenv` | Directory where `pyenv` will be cloned |\n| `pyenv_user` | `root` | User account used to clone and configure `pyenv`. |\n| `pyenv_shell` | `ansible_env.SHELL` | Shell used for setting up `pyenv`. Controls the lines inserted and into which shell config file. Supported shells are `fish`, `zsh`, and `bash`. |\n| `pyenv_install_versions` | `[]` | List of Python versions to install. Must match a version in `pyenv install --list`. |\n| `pyenv_plugins` | see `defaults/main.yml` | List of `pyenv` plugins to install. |\n\nDependencies\n------------\n\nNone.\n\nExample Playbook\n----------------\n\n    - hosts: all\n      roles:\n         - samdoran.pyenv\n\nLicense\n-------\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdoran%2Fansible-role-pyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdoran%2Fansible-role-pyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdoran%2Fansible-role-pyenv/lists"}