1
0
forked from finallycoffee/base

refactor(minio): add state and deployment_method parametrization, bump version to RELEASE.2025-04-03T14-56-28Z

This commit is contained in:
2025-04-05 17:34:33 +02:00
parent 4bddc95161
commit 76e89db5c6
5 changed files with 70 additions and 45 deletions

View File

@ -0,0 +1,12 @@
---
minio_user: ~
minio_data_path: /opt/minio
minio_create_user: false
minio_manage_host_filesystem: false
minio_root_username: root
minio_root_password: ~
minio_state: present
minio_deployment_method: docker