mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-02-16 01:02:05 +01:00
Add additional cluster storage notes.
This commit is contained in:
parent
6924d8eba4
commit
756bc21e6b
@ -64,17 +64,19 @@ minio_server_cluster_nodes: [ ]
|
||||
|
||||
Set a list of nodes to create a [distributed cluster](https://docs.minio.io/docs/distributed-minio-quickstart-guide).
|
||||
|
||||
In this mode, ansible will create your server datadirs, but use this list for the server startup.
|
||||
In this mode, ansible will create your server datadirs, but use this list for the server startup. Note you will need a number of disks to satisfy Minio's distributed storage requirements.
|
||||
|
||||
Example:
|
||||
|
||||
```yaml
|
||||
minio_server_datadirs:
|
||||
- '/minio-data'
|
||||
- ...
|
||||
minio_server_cluster_nodes:
|
||||
- 'https://server1/minio-data'
|
||||
- 'https://server2/minio-data'
|
||||
- 'https://server3/minio-data'
|
||||
- ...
|
||||
```
|
||||
|
||||
```yaml
|
||||
|
Loading…
Reference in New Issue
Block a user