mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-26 12:05:16 +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" ]
|