setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
Showing only changes of commit 11982efe31 - Show all commits

View file

@ -11,13 +11,13 @@
access_key: "{{ minio_root_access_key }}"
secret_key: "{{ minio_root_secret_key }}"
state: present
- name: include user tasks
ansible.builtin.include_tasks: user.yml
- name: include policy tasks
ansible.builtin.include_tasks: policy.yml
- name: include user tasks
ansible.builtin.include_tasks: user.yml
- name: include bucket tasks
ansible.builtin.include_tasks: bucket.yml