~xenrox/ansible

4dc4d48bad1ddb32af10f59203f793f9ed553a44 — Thorben Günther 2 years ago 83c8b30
minio: Upstream config update
1 files changed, 4 insertions(+), 4 deletions(-)

M roles/minio/templates/minio.conf.j2
M roles/minio/templates/minio.conf.j2 => roles/minio/templates/minio.conf.j2 +4 -4
@@ 1,8 1,8 @@
# Local export path.
MINIO_VOLUMES="/srv/minio/data/"
# Access Key of the server.
MINIO_ACCESS_KEY={{ minio_secrets['access_key'] }}
# Secret key of the server.
MINIO_SECRET_KEY={{ minio_secrets['secret_key'] }}
# Server user.
MINIO_ROOT_USER={{ minio_secrets['access_key'] }}
# Server password.
MINIO_ROOT_PASSWORD={{ minio_secrets['secret_key'] }}
# Use if you want to run Minio on a custom port.
MINIO_OPTS="--address 127.0.0.1:9001"