/minio-chef

Primary LanguageRubyApache License 2.0Apache-2.0

minio cookbook

Chef cookbook to install and do basic configuration of minio, both server and client.

For server, sets up a basic service with poise-service

For client, uses chef search to find servers so set up, and seeds credentials for them to mc for a specified user.

Both with custom resources

Requires chef 12.5 or newer, or maybe resource_compat cookbook

Basic example

minio_server '/srv/minio' do
  service_provider :systemd
end

minio_client_for 'developer'

License

Copyright 2016, Donald Guy

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.