ansible-minio icon indicating copy to clipboard operation
ansible-minio copied to clipboard

Ansible role to install the minio S3 compatible object storage server (https://minio.io)

Results 15 ansible-minio issues
Sort by recently updated
recently updated
newest added

As we manage all the software in an internal mirror, an option to install from an existing repository has been added.

Adding options to modify number of parity blocks

about 4 months ago minio introduced a change that deprecated the variables MINIO_ACCESS_KEY and MINIO_SECRET_KEY and replaced them with MINIO_ROOT_USER and MINIO_ROOT_PASSWORD respectively. internally they are handled the same this...

Hello! How I should set this if i have for example 2 new VPS servers with IP 185.233.203.11 and 185.233.80.87 minio_server_cluster_nodes: - 'https://server1/minio-data' - 'https://server2/minio-data'

It get killed while trying to get the checksums for server and client: ``` TASK [atosatto.minio : Get the Minio server checksum for amd64 architecture] *********************************** objc[27057]: +[__NSCFConstantString initialize] may...

my variable is like this: ``` minio_server_datadirs: [ "/mnt/minio1", "/mnt/minio2" ] minio_server_cluster_nodes: - 'http://server1/mnt/minio1' - 'http://server1/mnt/minio2' - 'http://server2/mnt/minio1' - 'http://server2/mnt/minio2' ``` and then I want to scale to this ```...

I would like to patch your unit to send output from `StdErr` to the journal. So I can get it more easily with `journalctl -u minio`. It's currently set to...

For example if odd number of shards is provided to MinIO configuration, playbook will install successfully, but MinIO service will fail to start. I'd expect in this case Playbook to...

Hey @atosatto! :) I pushed some suggestions to improve startup, one of the things is validation of variables — I introduced a `preflight.yml` with tasks to achieve this. Mostly because...

`minio_purge` allow to remove minio, minio service, minio user and minio datadir from server