Michael Grote
eeadb455cb
Reviewed-on: #229 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
37 lines
748 B
YAML
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
|