infrastructure/k8s/roles/minio-config/tasks/main.yaml
Peter Kurfer 095be2721d
All checks were successful
continuous-integration/drone/push Build is passing
feat: deploy Zipline
2023-10-20 16:02:43 +02:00

10 lines
No EOL
280 B
YAML

---
- 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