setup minio automation #229
1 changed files with 4 additions and 0 deletions
|
@ -14,9 +14,13 @@ minio_users:
|
||||||
- name: testuser5
|
- name: testuser5
|
||||||
secret: hallowelt
|
secret: hallowelt
|
||||||
state: present
|
state: present
|
||||||
|
policy:
|
||||||
|
- testbucket1_rw
|
||||||
- name: testuser6
|
- name: testuser6
|
||||||
secret: hallowelt2
|
secret: hallowelt2
|
||||||
state: present
|
state: present
|
||||||
|
policy:
|
||||||
|
- testbucket3_rp
|
||||||
|
|
||||||
minio_buckets:
|
minio_buckets:
|
||||||
- name: testbucket1
|
- name: testbucket1
|
||||||
|
|
Loading…
Reference in a new issue