Add MinIO cluster (#15)

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-07-23 10:46:09 +03:00
committed by GitHub
parent a45b92d625
commit 55deb994c6
35 changed files with 799 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
---
# tasks file for create_filesystem
- name: Create a filesystem
community.general.filesystem:
fstype: "{{ filesystem }}"
dev: '{{ item["src"] }}'
loop: "{{ device }}"