setup minio automation #229
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
# stolen and adapted from: https://github.com/atosatto/ansible-minio/blob/master/tasks/install-client.yml
|
||||
- name: Compose the Minio client download base url
|
||||
ansible.builtin.set_fact:
|
||||
_minio_client_download_base_url: "https://dl.minio.io/client/mc/release/linux-amd64"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
#- name: include client tasks # einkommentieren!!!!!!!!!!!!!!
|
||||
# ansible.builtin.include_tasks: client.yml
|
||||
- name: include mcli tasks
|
||||
ansible.builtin.include_tasks: client.yml
|
||||
|
||||
- name: ensure alias exists
|
||||
dubzland.minio.minio_alias:
|
||||
|
|
Loading…
Reference in a new issue