setup minio automation #229
2 changed files with 15 additions and 2 deletions
|
@ -1,4 +1,17 @@
|
|||
---
|
||||
### mgrote_minio_configure
|
||||
minio_url: https://s3.mgrote.net
|
||||
minio_root_access_key: pfiDnXXXXXedZbD
|
||||
minio_root_secret_key: Bc2exxxxxxxxxxxxxYRAfV
|
||||
minio_users:
|
||||
- name: testuser
|
||||
secret: hallowelt
|
||||
state: present
|
||||
policy: testbucket1_rw
|
||||
minio_buckets:
|
||||
- name: testbucket1
|
||||
state: present
|
||||
|
||||
### mrlesmithjr.manage_lvm
|
||||
lvm_groups:
|
||||
- vgname: vg_docker
|
||||
|
|
|
@ -10,8 +10,8 @@ minio_root_alias: minio_ansible_root
|
|||
minio_url: https://s3.mgrote.net
|
||||
|
||||
# Secrets
|
||||
minio_root_access_key: pfiDnpEL3rL1CmIedZbD
|
||||
minio_root_secret_key: Bc2eyAiTxLok0RawYguQJUB0hC8HtvCA7RjYRAfV
|
||||
minio_root_access_key: pfiDnXXXXXedZbD
|
||||
minio_root_secret_key: Bc2exxxxxxxxxxxxxYRAfV
|
||||
|
||||
# User
|
||||
minio_users:
|
||||
|
|
Loading…
Reference in a new issue