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 782a679f21 - Show all commits

View file

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