Peter Kurfer
095be2721d
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
No EOL
280 B
YAML
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 |