secrets
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Failing after 34s

This commit is contained in:
Michael Grote 2024-11-09 21:37:52 +01:00
parent 8d20e0495c
commit 17ba98d102
2 changed files with 5 additions and 5 deletions

View file

@ -1,15 +1,15 @@
---
### mgrote_minio_configure
minio_url: https://s3.mgrote.net
minio_root_access_key: pfiDnXXXXXedZbD
minio_root_secret_key: Bc2exxxxxxxxxxxxxYRAfV
minio_root_access_key: "{{ lookup('viczem.keepass.keepass', 'minio_root_access_key', 'password') }}"
minio_root_secret_key: "{{ lookup('viczem.keepass.keepass', 'minio_root_secret_key', 'password') }}"
minio_users:
- name: testuser
secret: hallowelt
secret: "{{ lookup('viczem.keepass.keepass', 'minio_testuser_secret_key', 'password') }}"
state: present
policy: testbucket1_rw
policy: testbucket_rw
minio_buckets:
- name: testbucket1
- name: testbucket
state: present
### mrlesmithjr.manage_lvm

Binary file not shown.