Skip to content

Minio

Homepage | Repository

Tags: AWS

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

inventories/homelab/group_vars/homelab.yml
minio_enabled: true
# You'll want to change the admin password
minio_admin_user: admin
minio_admin_password: supersecure

By default, Minio can be accessed at http://[your_server_ip]:9001 or https://minio.[your_domain].com if you have DNS access configured.

See the default configuration options for Minio at roles/minio/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.

No changes in the last 93 commits (since 10/21/2025).