setup minio automation #229
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@
|
||||||
access_key: "{{ minio_root_access_key }}"
|
access_key: "{{ minio_root_access_key }}"
|
||||||
secret_key: "{{ minio_root_secret_key }}"
|
secret_key: "{{ minio_root_secret_key }}"
|
||||||
state: present
|
state: present
|
||||||
|
- name: include user tasks
|
||||||
|
ansible.builtin.include_tasks: user.yml
|
||||||
|
|
||||||
|
|
||||||
- name: include policy tasks
|
- name: include policy tasks
|
||||||
ansible.builtin.include_tasks: policy.yml
|
ansible.builtin.include_tasks: policy.yml
|
||||||
|
|
||||||
- name: include user tasks
|
|
||||||
ansible.builtin.include_tasks: user.yml
|
|
||||||
|
|
||||||
- name: include bucket tasks
|
- name: include bucket tasks
|
||||||
ansible.builtin.include_tasks: bucket.yml
|
ansible.builtin.include_tasks: bucket.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue