{"id":21883178,"url":"https://github.com/eendroroy/ansible-role-pyenv","last_synced_at":"2026-02-28T19:01:10.567Z","repository":{"id":71991886,"uuid":"90494499","full_name":"eendroroy/ansible-role-pyenv","owner":"eendroroy","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-22T17:33:54.000Z","size":49,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T13:10:52.482Z","etag":null,"topics":["ansible-role","pyenv"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/eendroroy/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/eendroroy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-06T22:21:45.000Z","updated_at":"2024-02-01T18:07:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"331cbc12-13e7-4135-95de-03dc54e00575","html_url":"https://github.com/eendroroy/ansible-role-pyenv","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/eendroroy/ansible-role-pyenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-role-pyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-role-pyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-role-pyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-role-pyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eendroroy","download_url":"https://codeload.github.com/eendroroy/ansible-role-pyenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-role-pyenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29948228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-28T09:39:38.559Z","updated_at":"2026-02-28T19:01:10.521Z","avatar_url":"https://github.com/eendroroy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-role-pyenv\n\n[![Build Status](https://travis-ci.org/eendroroy/ansible-role-pyenv.svg?branch=master)](https://travis-ci.org/eendroroy/ansible-role-pyenv)\n\n\n[![GitHub tag](https://img.shields.io/github/tag/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/tags)\n\n[![Contributors](https://img.shields.io/github/contributors/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/graphs/contributors)\n[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/ansible-role-pyenv/master.svg)](https://github.com/eendroroy/ansible-role-pyenv)\n[![license](https://img.shields.io/github/license/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/issues)\n[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/issues?q=is%3Aissue+is%3Aclosed)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/pulls)\n[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/ansible-role-pyenv.svg)](https://github.com/eendroroy/ansible-role-pyenv/pulls?q=is%3Apr+is%3Aclosed)\n\nAnsible role to install pyenv\n\n### Role Variables\n\nSet `pyenv_env: system` to install pyenv system-wide, or `pyenv_env: local` for local installation.\n\nAdd plugins under `pyenv.plugins` var.\n\nDefine python versions to install under `pythons` var.\n\nExample:\n\n```yml\npyenv_env: system\n\npyenv:\n  plugins:\n    - { name: pyenv-virtualenv, repo: 'https://github.com/pyenv/pyenv-virtualenv.git' }\n\npythons:\n  - version: 2.7.14\n```\n\n### Supported OS\n\n- Ubuntu\n    - precise (12.04)\n    - trusty  (14.04)\n    - xenial  (16.04) - xenial requires python2 to be installed for ansible support\n- CentOS\n    - 6\n    - 7\n- RHEL\n    - 6\n    - 7\n\n### Example Playbook\n\n```yml\n---\n# Example playbook\n- name: pyenv setup\n  hosts: servers\n  gather_facts: yes\n\n  tasks:\n  - include_role:\n      name: eendroroy.pyenv\n    vars:\n      pyenv_env: system\n      pythons:\n        - version: 2.7.14\n        - version: 3.6.5\n```\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [ansible-role-pyenv](https://github.com/eendroroy/ansible-role-pyenv) repository.\nThis project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Author\n\n* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)\n\n## License\n\nThe project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fansible-role-pyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feendroroy%2Fansible-role-pyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fansible-role-pyenv/lists"}