homeserver/friedhof/mgrote_minio_configure/defaults/main.yml
Michael Grote e0f8219b8f
All checks were successful
ansible-lint / gitleaks (push) Successful in 6s
ansible-lint / Ansible Lint (push) Successful in 42s
remove minio (#252)
Reviewed-on: #252
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-11-25 18:52:01 +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