mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-22 11:25:11 +01:00
15 lines
395 B
YAML
15 lines
395 B
YAML
---
|
|
|
|
# Minio and MC download urls
|
|
minio_server_download_url: https://dl.minio.io/server/minio/release/linux-amd64/minio
|
|
minio_client_download_url: https://dl.minio.io/client/mc/release/linux-amd64/mc
|
|
|
|
# default init scripts location
|
|
initd_conf_dir: /etc/init.d
|
|
|
|
# python pip packages required to support SNI certificates
|
|
python_sni_pip_dependencies:
|
|
- pyopenssl
|
|
- ndg-httpsclient
|
|
- pyasn1
|