secrets
This commit is contained in:
parent
8d20e0495c
commit
17ba98d102
2 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
### mgrote_minio_configure
|
### mgrote_minio_configure
|
||||||
minio_url: https://s3.mgrote.net
|
minio_url: https://s3.mgrote.net
|
||||||
minio_root_access_key: pfiDnXXXXXedZbD
|
minio_root_access_key: "{{ lookup('viczem.keepass.keepass', 'minio_root_access_key', 'password') }}"
|
||||||
minio_root_secret_key: Bc2exxxxxxxxxxxxxYRAfV
|
minio_root_secret_key: "{{ lookup('viczem.keepass.keepass', 'minio_root_secret_key', 'password') }}"
|
||||||
minio_users:
|
minio_users:
|
||||||
- name: testuser
|
- name: testuser
|
||||||
secret: hallowelt
|
secret: "{{ lookup('viczem.keepass.keepass', 'minio_testuser_secret_key', 'password') }}"
|
||||||
state: present
|
state: present
|
||||||
policy: testbucket1_rw
|
policy: testbucket_rw
|
||||||
minio_buckets:
|
minio_buckets:
|
||||||
- name: testbucket1
|
- name: testbucket
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
### mrlesmithjr.manage_lvm
|
### mrlesmithjr.manage_lvm
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue