vars
This commit is contained in:
parent
afbc38c2af
commit
8d20e0495c
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
|
### mrlesmithjr.manage_lvm
|
||||||
lvm_groups:
|
lvm_groups:
|
||||||
- vgname: vg_docker
|
- vgname: vg_docker
|
||||||
|
|
|
@ -10,8 +10,8 @@ minio_root_alias: minio_ansible_root
|
||||||
minio_url: https://s3.mgrote.net
|
minio_url: https://s3.mgrote.net
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
minio_root_access_key: pfiDnpEL3rL1CmIedZbD
|
minio_root_access_key: pfiDnXXXXXedZbD
|
||||||
minio_root_secret_key: Bc2eyAiTxLok0RawYguQJUB0hC8HtvCA7RjYRAfV
|
minio_root_secret_key: Bc2exxxxxxxxxxxxxYRAfV
|
||||||
|
|
||||||
# User
|
# User
|
||||||
minio_users:
|
minio_users:
|
||||||
|
|
Loading…
Add table
Reference in a new issue