setup minio automation #229
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
# 2. when not create one, else skip
|
||||
|
||||
- name: get access keys
|
||||
ansible.builtin.command: "{{ minio_client_bin }} --dp admin accesskey list {{ item.name }}"
|
||||
ansible.builtin.command: "{{ minio_client_bin }} --dp admin accesskey list {{ minio_root_alias }} {{ item.name }}"
|
||||
loop: "{{ minio_users }}"
|
||||
register: keys
|
||||
|
||||
|
@ -41,3 +41,8 @@
|
|||
when: keys
|
||||
# mehrere keys pro user?
|
||||
# wie ausgeben?
|
||||
|
||||
|
||||
# no_log überall bei keys und users
|
||||
# linter
|
||||
# succssfu/changed_when
|
||||
|
|
Loading…
Reference in a new issue