2024-11-09 10:06:25 +01:00
|
|
|
---
|
2024-11-09 10:09:07 +01:00
|
|
|
- name: include client tasks
|
|
|
|
ansible.builtin.include_tasks: client.yml
|
2024-11-09 10:13:33 +01:00
|
|
|
|
|
|
|
- name: ensure alias exists
|
2024-11-09 10:16:52 +01:00
|
|
|
ansible.builtin.command: "{{ minio_client_bin }} --dp alias set {{ minio_root_alias }} {{ minio_url }} {{ minio_root_access_key }} {{ minio_root_secret_key }}"
|
|
|
|
|
|
|
|
- name: include user tasks
|
|
|
|
ansible.builtin.include_tasks: user.yml
|
2024-11-09 10:49:03 +01:00
|
|
|
|
|
|
|
- name: include bucket tasks
|
|
|
|
ansible.builtin.include_tasks: bucket.yml
|
|
|
|
|
|
|
|
- name: include policy tasks
|
|
|
|
ansible.builtin.include_tasks: policy.yml
|
|
|
|
|
|
|
|
- name: include policy tasks
|
|
|
|
ansible.builtin.include_tasks: policy.yml
|