homeserver/roles/mgrote_minio_configure/defaults/main.yml
Michael Grote eeadb455cb
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 34s
setup minio automation (#229)
Reviewed-on: #229
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-11-09 22:00:58 +01:00

37 lines
748 B
YAML

---
# Client
minio_client_release: ""
minio_client_bin: /usr/local/bin/mc
# Allgemeines
minio_config_dir: /etc/minio
minio_root_alias: minio_ansible_root
minio_url: https://s3.mgrote.net
# Secrets
minio_root_access_key: pfiDnXXXXXedZbD
minio_root_secret_key: Bc2exxxxxxxxxxxxxYRAfV
# User
minio_users:
- name: testuser5
secret: hallowelt
state: present
policy: testbucket1_rw
- name: testuser6
secret: hallowelt2
state: present
policy: testbucket3_rw
- name: testuserwer
secret: hallowelt2
state: absent
policy: testbucket3_ro
# Buckets
# Anzulegende Buckets, pro Bucket wird eine RW + RO Policy erstellt
minio_buckets:
- name: testbucket1
state: present
- name: testbucket3
state: absent