mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-22 11:25:11 +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
|
||||
minio_server_opts: ""
|
||||
|
||||
# Minio access and secret keys
|
||||
minio_access_key: ""
|
||||
minio_secret_key: ""
|
||||
# Minio root user credentials
|
||||
minio_root_user: ""
|
||||
minio_root_password: ""
|
||||
|
||||
# Switches to enable/disable the Minio server and/or Minio client installation.
|
||||
minio_install_server: true
|
||||
|
Loading…
Reference in New Issue
Block a user