mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-12-02 18:23:02 +00:00
Add MinIO cluster (#15)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
a45b92d625
commit
55deb994c6
7
ansible/roles/create_filesystem/tasks/main.yml
Normal file
7
ansible/roles/create_filesystem/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# tasks file for create_filesystem
|
||||
- name: Create a filesystem
|
||||
community.general.filesystem:
|
||||
fstype: "{{ filesystem }}"
|
||||
dev: '{{ item["src"] }}'
|
||||
loop: "{{ device }}"
|
||||
Reference in New Issue
Block a user