Ansible BuildAnsible Build
Home
Roles
Scripts
Mint System
Chat
GitHub
Home
Roles
Scripts
Mint System
Chat
GitHub
  • cargo role

    • Usage
cargo logo

cargo role

Setup Rust toolchain and cargo package manager.

Usage

Configure the role.

cargo_enabled: true
cargo_packages:
  - name: client
    git: https://github.com/tonarino/innernet
    tag: v1.5.5
  - name: server
    git: https://github.com/tonarino/innernet
    tag: v1.5.5

And include it in your playbook.

- hosts: cargo
  roles:
  - role: cargo
Edit this page
Last Updated:
Contributors: Janik von Rotz