ricsanfre / ansible-role-minio

Ansible role for installing and configuring Minio
https://galaxy.ansible.com/ricsanfre/minio
MIT License
50 stars 22 forks source link

No support for cluster mode #2

Closed S0obi closed 1 year ago

S0obi commented 1 year ago

Hello there and thanks for this role,

From what I can see from README and role code, it seems not possible to provide a cluster mode configuration. Other minio nodes need to be provided in MINIO_VOLUMES in config file.

An existing implementation with Ansible is actually present in this other role.

I would love to see that coming here as this role is really complete in term of features. Thanks in advance.

ricsanfre commented 1 year ago

Thanks @S0obi for your suggestion. I have created a new PR #4 adding cluster deployment support.