dubzland.minio.minio_client role – Installs the Minio client.

Note

This role is part of the dubzland.minio collection (version 1.2.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install dubzland.minio.

To use it in a playbook, specify: dubzland.minio.minio_client.

Entry point main – Installs the Minio client.

Synopsis

  • Downloads the Minio client binary (mc).

Parameters

Parameter

Comments

minio_client_binary_path

path

Local filename for the Minio client binary.

Default: "/usr/local/bin/mc"

minio_client_binary_url

string

URL used to download the Minio client binary.

Default: "https://dl.min.io/client/mc/release/linux-amd64/mc"