Skip to content

classicvalues/ansible-role-rustup-init

 
 

Repository files navigation

Ansible role ableton.rustup_init

This role installs rustup on the target host, so that cargo and other Rust utilities can be used.

Requirements

Ansible >= 2.10, and a target host with one of the following platforms:

  • Debian Linux (other Linux flavors may work, but haven't been tested)
  • macOS
  • Windows (8.1 or 10 are required)

Example Playbook

---
- name: Install rustup on hosts
  hosts: "all"

  roles:
    - ableton.rustup_init

License

MIT

Maintainers

This project is maintained by the following GitHub users:

About

Ansible role to install rustup-init

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.5%
  • Jinja 38.5%