commit a3807effc8
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sat Jul 10 14:15:00 2021 +0200 feat: refactor role to work with versions after 2021-07-08T01-15-01Z
This commit is contained in:
parent
9cacaee51a
commit
98d5270177
23
index.md
23
index.md
@ -13,10 +13,13 @@ Setup Minio S3 server
|
||||
* [minio_bind_ip](#minio_bind_ip)
|
||||
* [minio_bind_port](#minio_bind_port)
|
||||
* [minio_client_version](#minio_client_version)
|
||||
* [minio_console_bind_ip](#minio_console_bind_ip)
|
||||
* [minio_console_bind_port](#minio_console_bind_port)
|
||||
* [minio_cronjobs](#minio_cronjobs)
|
||||
* [minio_data_dirs](#minio_data_dirs)
|
||||
* [minio_extra_groups](#minio_extra_groups)
|
||||
* [minio_group](#minio_group)
|
||||
* [minio_kms_secret_key](#minio_kms_secret_key)
|
||||
* [minio_packages](#minio_packages)
|
||||
* [minio_secret_key](#minio_secret_key)
|
||||
* [minio_server_env_extra](#minio_server_env_extra)
|
||||
@ -72,6 +75,22 @@ minio_bind_port: 61000
|
||||
minio_client_version: latest
|
||||
```
|
||||
|
||||
### minio_console_bind_ip
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
minio_console_bind_ip: 127.0.0.1
|
||||
```
|
||||
|
||||
### minio_console_bind_port
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
minio_console_bind_port: 61001
|
||||
```
|
||||
|
||||
### minio_cronjobs
|
||||
|
||||
#### Default value
|
||||
@ -121,6 +140,10 @@ minio_extra_groups: []
|
||||
minio_group: '{{ minio_user }}'
|
||||
```
|
||||
|
||||
### minio_kms_secret_key
|
||||
|
||||
The key to use for encrypting the MinIO backend (users, groups, policies, and server configuration). Use the following format when specifying the encryption key: `:` Replace the `` with any string. You must use this key name if you later migrate to using a dedicated KMS for managing encryption keys. Replace `` with a 32-bit base64 encoded value.
|
||||
|
||||
### minio_packages
|
||||
|
||||
Packages to install as requirements for the Minio server.
|
||||
|
Loading…
Reference in New Issue
Block a user