OpenSibleOpenSible Stack Hub
← All blueprints

RustFS (S3-compatible)

OSSComing soon

High-performance, distributed S3-compatible object storage written in Rust. Apache-2.0 licensed MinIO alternative — deploy single-node or an erasure-coded cluster across multiple hosts with the RustFS server binary managed via systemd.

by opensible· ⬇ 0 installs· Storage & Object Store· v1.0.0· template rustfs-cluster

Use in the OpenSible console

Open Infrastructure → Stack Hub Blueprints, switch the source to Cloud hub, then pick RustFS (S3-compatible) and press Use.

Default variables

defaults.json
{
  "nodes": [
    {
      "ip": "",
      "name": "rustfs-1",
      "ssh_port": "",
      "ssh_user": ""
    }
  ],
  "become": true,
  "api_port": 9000,
  "data_dirs": [
    "/srv/rustfs/data1"
  ],
  "access_key": "rustfsadmin",
  "cluster_id": "opensible-rustfs",
  "secret_key": "",
  "console_port": 9001,
  "open_firewall": true,
  "rustfs_version": "latest",
  "ssh_port_default": 22,
  "ssh_user_default": "root"
}

Versions (1)

  • v1.0.0playbook.yml