{"id":21409897,"url":"https://github.com/stackbuilders/ansible-role-asdf","last_synced_at":"2025-03-16T17:45:16.921Z","repository":{"id":37982826,"uuid":"219633939","full_name":"stackbuilders/ansible-role-asdf","owner":"stackbuilders","description":"Installs asdf on Linux","archived":false,"fork":false,"pushed_at":"2023-03-06T06:01:47.000Z","size":64,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T04:32:50.344Z","etag":null,"topics":["ansible","asdf"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/stackbuilders.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":"2019-11-05T01:48:59.000Z","updated_at":"2024-09-14T15:34:07.000Z","dependencies_parsed_at":"2024-11-22T21:31:07.282Z","dependency_job_id":null,"html_url":"https://github.com/stackbuilders/ansible-role-asdf","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/stackbuilders%2Fansible-role-asdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fansible-role-asdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fansible-role-asdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fansible-role-asdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackbuilders","download_url":"https://codeload.github.com/stackbuilders/ansible-role-asdf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910713,"owners_count":20367538,"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","asdf"],"created_at":"2024-11-22T17:35:02.387Z","updated_at":"2025-03-16T17:45:16.899Z","avatar_url":"https://github.com/stackbuilders.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: asdf\n\n![CI](https://github.com/sestrella/ansible-role-asdf/workflows/CI/badge.svg)\n\n\nInstalls [asdf](https://github.com/asdf-vm/asdf) on Linux.\n\n## Usage\n\n### Requirements\n\nNone.\n\n### Role Variables\n\nAvailable variables are listed below, along with [default\nvalues](defaults/main.yml):\n\n```yml\nasdf_repo: https://github.com/asdf-vm/asdf.git\n```\n\nThe URL from which asdf will be cloned.\n\n```yml\nasdf_dir: ~/.asdf\n```\n\nThe location where asdf will be cloned.\n\n```yml\nasdf_version: v0.8.0\n```\n\nThe version of asdf that will be installed.\n\n```yml\nasdf_legacy_version_file: false\n```\n\nIf set to `true` it will cause plugins that support this feature to read the\nversion files used by other version managers (e.g. `.ruby-version` in the case\nof Ruby’s `rbenv`).\n\n```yml\nasdf_use_release_candidates: false\n```\n\nIf set to `true` it will cause the `asdf update` command to upgrade to the\nlatest release candidate release instead of the latest semantic version.\n\n### Dependencies\n\nNone.\n\n### Example Playbook\n\n```yml\n- hosts: servers\n  roles:\n    - sestrella.asdf\n```\n\n## Development\n\nCreate a virtual environment:\n\n```sh\npython -m venv .venv\n```\n\nActivate the virtual environment:\n\n```sh\n# bash, or zsh\nsource .venv/bin/activate\n# fish\nsource .venv/bin/activate.fish\n```\n\nInstall the dependencies:\n\n```sh\npip install -r requirements.txt\n```\n\nRun all the tests:\n\n```sh\nmol test --all\n```\n\n## License\n\nMIT\n\n## Author Information\n\nThis role was created by Sebastián Estrella.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Fansible-role-asdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackbuilders%2Fansible-role-asdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Fansible-role-asdf/lists"}