mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
15 lines
559 B
Markdown
15 lines
559 B
Markdown
---
|
|
title: "Minio"
|
|
---
|
|
|
|
Homepage: <https://min.io/>
|
|
|
|
Docker Container: [Minio](https://hub.docker.com/r/minio/minio)
|
|
|
|
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
|
|
|
|
## Usage
|
|
|
|
Set `minio_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
|
|
|
The Minio web interface can be found at <http://ansible_nas_host_or_ip:9009>.
|