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

Ansible version: 2.8.2 Target host OS: Debian 10 Buster Python version on target host: 3.7 ``` TASK [atosatto.minio : Get the Minio server checksum for amd64 architecture] ****************************************************************************************** fatal: [my.hostname.com]:...

Refs #43 --- This pull request allow disable management from this role for the specified `minio_user` and `minio_group` (but by default keep old behavior). The variable used is `minio_usergroup_manage: true`...

Adds more server options to make this role a bit more useable - config dir support - region support - create data dirs with permissions

Hi, I ran into an error when executing the "ansible-playbook tasks/main.yml" command. ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from...