Files
configpolicy/roles/minio/tasks/main.yml
Dustin C. Hatch f54bc44a48 minio: Install and configure MinIO
[MinIO][0] is an S3-compatible object storage server.  It is designed to
provide storage for cloud-native applications for on-premises
deployments.

MinIO has not been packaged for Fedora (yet?).  As such, the best way to
deploy it is usining its official container image.  Here, we are using
`podman-systemd-generator` (Quadlet) to generate a systemd service
unit to manage the container process.
2023-05-09 21:37:46 -05:00

8 lines
114 B
YAML

- block:
- import_tasks: install.yml
tags:
- install
- import_tasks: deploy.yml
tags:
- minio