Installs minio and sets up configuration.
None
The following platforms are supported and tested with Test Kitchen:
- CentOS 7+
- Chef 12.17+
node['minio']['volume_path']
- Location of volume. Default:/data
node['minio']['volumes']
- Array of node configuration. Default:['/data']
node['minio']['opts']
- Minio option parameter. Default:--address :9000
node['minio']['access_key']
- Access key of the server. Default:nil
node['minio']['secret_key']
- Secret key of the server. Default:nil
node['minio']['user']
- User of the server. Default:root
node['minio']['group']
- Group of the server. Default:root
node['minio']['domain']
- Domain of the server. Default:nil
node['minio']['browser']
- Web UI enabled by default. Values: (on
/off
)
Installs and configures minio.
This project is licensed under the MIT license by Takaaki Furukawa (takaaki.frkw@gmail.com).