Skip to content

Application cookbook which installs and configures Minio without Docker. https://minio.io/

License

Notifications You must be signed in to change notification settings

tecracer-chef/minio-server-cookbook

Repository files navigation

minio-server cookbook

CircleCI Chef cookbook

Installs minio and sets up configuration.

Requirements

Cookbooks

None

Platforms

The following platforms are supported and tested with Test Kitchen:

  • CentOS 7+

Chef

  • Chef 12.17+

Attributes

  • 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)

Recipes

default

Installs and configures minio.

License & Author

This project is licensed under the MIT license by Takaaki Furukawa (takaaki.frkw@gmail.com).

About

Application cookbook which installs and configures Minio without Docker. https://minio.io/

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published