{"id":16362142,"url":"https://github.com/fubarhouse/ansible-role-rust","last_synced_at":"2025-03-21T00:31:49.436Z","repository":{"id":46680574,"uuid":"110822083","full_name":"fubarhouse/ansible-role-rust","owner":"fubarhouse","description":"Ansible role for installing the Rust programming language","archived":false,"fork":false,"pushed_at":"2021-09-30T12:50:11.000Z","size":92,"stargazers_count":31,"open_issues_count":7,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T19:21:22.913Z","etag":null,"topics":["ansible","automation","crate","rust"],"latest_commit_sha":null,"homepage":null,"language":null,"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/fubarhouse.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":"2017-11-15T10:57:58.000Z","updated_at":"2025-02-18T09:30:52.000Z","dependencies_parsed_at":"2022-09-10T15:20:42.220Z","dependency_job_id":null,"html_url":"https://github.com/fubarhouse/ansible-role-rust","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fubarhouse","download_url":"https://codeload.github.com/fubarhouse/ansible-role-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717391,"owners_count":20498283,"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","automation","crate","rust"],"created_at":"2024-10-11T02:23:16.513Z","updated_at":"2025-03-21T00:31:47.330Z","avatar_url":"https://github.com/fubarhouse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Logo for the Rust programming language\" src=\"https://www.rust-lang.org/logos/rust-logo-256x256-blk.png\" style=\"float:left\" height=\"128\" width=\"128\"\u003e\n\n# Ansible Role: Rust\n\n[![Build Status](https://img.shields.io/travis/fubarhouse/ansible-role-rust/master.svg?style=for-the-badge)](https://travis-ci.org/fubarhouse/ansible-role-rust)\n[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg?style=for-the-badge)](https://github.com/orangemug/stability-badges)\n[![Ansible Rust](https://img.shields.io/ansible/role/22497.svg?style=for-the-badge)](https://galaxy.ansible.com/fubarhouse/rust)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://raw.githubusercontent.com/fubarhouse/ansible-role-rust/master/LICENSE)\n\n* Install Rust from source (when configured)\n* Install Rust from recommended installer\n* Install cargo packages\n* Support 20 linux platforms, as done by the Go and Node roles.\n\n## Requirements\n\n  * curl\n  * gcc\n\n## Role Variables\n\nThe version of rust is dependent on a source installation.\n````\nrust_version: 1.31.0\n````\n\nBy default, the role will not install from source.\n````\nbuild_rust_from_source: false\n````\n\nAfter any initial installation, you can make sure the script updates Rust using:\n````\nrust_update: false\n````\n\nTo ensure a clean installation on each playbook run, you can use:\n````\nrust_install_clean: false\n````\n\nTo ensure the role installs to your shell profiles, you can specify them:\n````\nshell_profiles:\n- .bash_profile\n````\n\nAnd, to install any cargo you can use the `cargo_items` array.\nThe `binary` property is optional, and when specified the binary installation will be verified.\n````\ncargo_items:\n  - name: ripgrep\n    binary: rg\n````\n\n## Installation\n\n* Install using `ansible-galaxy install fubarhouse.rust`\n* Add this role to your playbook.\n* Modify above variables as desired.\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2017 by [Karl Hepworth](https://twitter.com/fubarhouse).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffubarhouse%2Fansible-role-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffubarhouse%2Fansible-role-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffubarhouse%2Fansible-role-rust/lists"}