{"id":13490086,"url":"https://github.com/avanov/ansible-galaxy-pyenv","last_synced_at":"2025-08-22T00:31:32.520Z","repository":{"id":16761548,"uuid":"19519415","full_name":"avanov/ansible-galaxy-pyenv","owner":"avanov","description":"Ansible Galaxy role for pyenv","archived":false,"fork":false,"pushed_at":"2024-01-07T11:16:19.000Z","size":47,"stargazers_count":63,"open_issues_count":12,"forks_count":55,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-08T07:24:00.880Z","etag":null,"topics":["ansible-role","pyenv"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/avanov/pyenv/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-07T03:08:00.000Z","updated_at":"2024-10-20T20:46:33.000Z","dependencies_parsed_at":"2023-01-11T19:25:58.562Z","dependency_job_id":null,"html_url":"https://github.com/avanov/ansible-galaxy-pyenv","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avanov%2Fansible-galaxy-pyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avanov%2Fansible-galaxy-pyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avanov%2Fansible-galaxy-pyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avanov%2Fansible-galaxy-pyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avanov","download_url":"https://codeload.github.com/avanov/ansible-galaxy-pyenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230542288,"owners_count":18242332,"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-role","pyenv"],"created_at":"2024-07-31T19:00:40.520Z","updated_at":"2024-12-20T06:06:48.260Z","avatar_url":"https://github.com/avanov.png","language":"Shell","funding_links":[],"categories":["tools"],"sub_categories":[],"readme":"avanov.pyenv\n============\n\n[![Build Status](https://travis-ci.org/avanov/ansible-galaxy-pyenv.svg)](https://travis-ci.org/avanov/ansible-galaxy-pyenv)\n\n\nAnsible Galaxy role for [pyenv](https://github.com/yyuu/pyenv) on Ubuntu / RedHat / OSX.\n\nInstall it with the following command:\n\n```bash\n$ ansible-galaxy install avanov.pyenv\n```\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nHere is the list of all variables and their default values:\n\n* ``pyenv_env: \"user\"`` (should be either `\"user\"` or `\"system\"`)\n* ``pyenv_path: \"{% if pyenv_env == 'user' %}{{ ansible_env.HOME }}/pyenv{% else %}/usr/local/pyenv{% endif %}\"``\n* ``pyenv_owner: \"{{ ansible_env.USER }}\"``\n* ``pyenv_python_versions: [\"3.4.1\"]``\n* ``pyenv_virtualenvs: [{ venv_name: \"latest\", py_version: \"3.4.1\" }]``\n* ``pyenv_global: \"3.4.1\"``\n* ``pyenv_update_git_install: no``\n* ``pyenv_enable_autocompletion: no``\n* ``pyenv_setting_path: \"{% if pyenv_env == 'user' %}~/.bashrc{% else %}/etc/profile.d/pyenv.sh{% endif %}\"``\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n-------------------------\n\n    - hosts: servers\n      roles:\n         - role: avanov.pyenv\n           pyenv_path: \"{{ home }}/pyenv\"\n           pyenv_owner: \"{{ instance_owner }}\"\n           pyenv_global: \"3.6.5\"\n           pyenv_update_git_install: no\n           pyenv_enable_autocompletion: no\n           pyenv_python_versions:\n             - \"3.6.5\"\n             - \"3.4.1\"\n             - \"2.7.8\"\n           pyenv_virtualenvs:\n             - venv_name: \"latest_v3\"\n               py_version: \"3.4.1\"\n\n             - venv_name: \"latest_v2\"\n               py_version: \"2.7.8\"\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nMaxim Avanov (https://maximavanov.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favanov%2Fansible-galaxy-pyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favanov%2Fansible-galaxy-pyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favanov%2Fansible-galaxy-pyenv/lists"}