debops.minio
MinIO is an Open Source Amazon Simple Storage Service (S3) compatible object storage service.
The debops.minio
Ansible role can be used to deploy and configure MinIO in
various scenarios, either as a single node, single tenant service, or a multi
node and/or multi tenant distributed storage service. The role relies on other
DebOps roles to install MinIO binary from upstream URL or build it from source
code, configure firewall access, provide TLS support and configure web server
access to the service. See the Getting Started page for more details about the
deployment stack.
The MinIO Client application is used to interface with MinIO and perform various administrative tasks, including extended configuration of the service. It can be installed on a host using the debops.mcli Ansible role.
Copyright
debops.minio - Install MinIO, Amazon S3 Compatible Object Storage
Copyright (C) 2019 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2019 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
This Ansible role is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.