setup minio automation #229
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue