mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-01-20 20:41:20 +01:00
9 lines
125 B
YAML
9 lines
125 B
YAML
|
---
|
||
|
|
||
|
- hosts: all
|
||
|
any_errors_fatal: true
|
||
|
roles:
|
||
|
- ansible-minio
|
||
|
vars:
|
||
|
minio_server_datadirs: [ "/minio-test" ]
|