# Remote volumes to be used for MinIO server. # Uncomment line before starting the server. MINIO_VOLUMES=/data # Root credentials for the server. # Uncomment both lines before starting the server. MINIO_ROOT_USER=heroes MINIO_ROOT_PASSWORD={{ pillar['profile']['minio']['heroes_password'] }} MINIO_OPTS="--certs-dir /etc/minio/certs"