setup minio automation #229
1 changed files with 7 additions and 1 deletions
|
@ -20,7 +20,13 @@ minio_users:
|
||||||
secret: hallowelt2
|
secret: hallowelt2
|
||||||
state: present
|
state: present
|
||||||
policies:
|
policies:
|
||||||
- testbucket3_rp
|
- testbucket3_ro
|
||||||
|
- name: testuserwer
|
||||||
|
secret: hallowelt2
|
||||||
|
state: present
|
||||||
|
policies:
|
||||||
|
- testbucket3_ro
|
||||||
|
- testbucket1_rw
|
||||||
|
|
||||||
minio_buckets:
|
minio_buckets:
|
||||||
- name: testbucket1
|
- name: testbucket1
|
||||||
|
|
Loading…
Reference in a new issue