8000 GitHub - rozifus/ansible-rustup: Ansible role to install rustup and rust toolchain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ansible role to install rustup and rust toolchain

License

Notifications You must be signed in to change notification settings

rozifus/ansible-rustup

8000
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hurricanehrndz.rustup

Build Status Ansible Role MIT licensed

Install rust and user defined cargo crates via rustup using https://sh.rustup.rs.

Role Variables

Variable Name Default Value Value Type Description
rustup_user root string Install rustup, and rust toolchain as defined value.
rustup_cargo_crates [fd-find, ripgrep] Array List of crates to install from cargo.
rustup_config_user_shell true Boolean Adds {HOME/.cargo/bin} to user's PATH

Example Playbook

- hosts: servers
  roles:
    - role: ansible-rustup

License

MIT

Author Information

Carlos Hernandez aka HurricaneHrndz

About

Ansible role to install rustup and rust toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0