infrastructure/k8s/roles/minio-config/tasks/main.yaml

10 lines
280 B
YAML
Raw Normal View History

2023-10-20 14:02:43 +00:00
---
- name: Manage buckets
amazon.aws.s3_bucket:
name: "{{ item.name }}"
state: '{{ item.state | default("present") }}'
endpoint_url: http://localhost:9000
access_key: "{{ minio.rootUser }}"
secret_key: "{{ minio.rootPassword }}"
loop:
- name: zipline