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 0ea49a0008 - Show all commits

View file

@ -6,7 +6,7 @@
access_key: "{{ minio_root_access_key }}"
secret_key: "{{ minio_root_secret_key }}"
url: "{{ minio_url }}"
state: "{{ item.state | default('present') }}" # löschen geht nur mit leerem Bucket
state: "{{ item.state | default('present') }}"
loop: "{{ minio_buckets }}"
- name: Deletion Info