mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-01-20 20:41:20 +01:00
08e82da1a4
* Adds yamllint. * Use working docker images.
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" ]
|