setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit fd0b345eb9 - Show all commits

View file

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

View file

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