mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-02-17 01:11:29 +01:00
Fix missing variables
This commit is contained in:
parent
59c758c684
commit
76fb14ee42
@ -32,9 +32,9 @@ minio_server_env_extra: ""
|
|||||||
# Additional Minio server CLI options
|
# Additional Minio server CLI options
|
||||||
minio_server_opts: ""
|
minio_server_opts: ""
|
||||||
|
|
||||||
# Minio access and secret keys
|
# Minio root user credentials
|
||||||
minio_access_key: ""
|
minio_root_user: ""
|
||||||
minio_secret_key: ""
|
minio_root_password: ""
|
||||||
|
|
||||||
# Switches to enable/disable the Minio server and/or Minio client installation.
|
# Switches to enable/disable the Minio server and/or Minio client installation.
|
||||||
minio_install_server: true
|
minio_install_server: true
|
||||||
|
Loading…
Reference in New Issue
Block a user