mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
Replaced default 'item' with explicit loop variable 'minio_proxy' to prevent conflicts with inner roles (e.g., sys-stk-front-proxy using with_first_found). This resolves the undefined variable error and removes the Ansible warning about the loop variable already being in use. Reference: https://chatgpt.com/share/692c5778-2b24-800f-b203-5b6b2c9b1d4b
MinIO
Description
MinIO is an S3-compatible object storage service for files, media, backups, and AI artifacts—self-hosted for performance and control.
Overview
Applications that speak “S3” (Pixelfed, Mastodon, Nextcloud, Flowise, etc.) store and retrieve objects from MinIO buckets using familiar SDKs and CLIs. Admins manage buckets, users, and access policies through a browser console while keeping everything on-prem.
Features
- S3-compatible API for broad app compatibility
- Buckets, users, access keys, and fine-grained policies
- Optional versioning, lifecycle rules, and object lock
- Presigned URLs for secure, time-limited uploads/downloads
- Ideal for AI stacks: datasets, embeddings, and artifacts
Further Resources
- MinIO — https://www.min.io
- AWS S3 (API background) — https://aws.amazon.com/s3