setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
Showing only changes of commit 2aca8b73ea - Show all commits

View file

@ -1,7 +1,7 @@
---
- name: Add a Minio bucket
dubzland.minio.minio_bucket:
name: "{{ item.name }}"
name: "{{ item.bucket }}"
auth:
access_key: "{{ minio_root_access_key }}"
secret_key: "{{ minio_root_secret_key }}"