setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 17ba98d102 - Show all commits

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.