setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a3ff3d1d73 - Show all commits

View file

@ -21,7 +21,7 @@ minio_users:
policy: testbucket3_rw
- name: testuserwer
secret: hallowelt2
state: present
state: absent
policy: testbucket3_ro
# Anzulegende Buckets, pro Bucket wird eine RW + RO Policy erstellt

View file

@ -14,7 +14,6 @@
state: present
# bug:delegate to geht nciht
# no_log überall bei keys und users
# linter
# state absent einbauen
@ -35,3 +34,4 @@
url: "{{ minio_url }}"
state: "{{ item.state | default('present') }}"
loop: "{{ minio_users }}"
no_log: true