setup minio automation #229
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
when: "'Access Keys:' not in item.stdout"
|
when: "'Access Keys:' not in item.stdout"
|
||||||
register: new_keys
|
register: new_keys
|
||||||
|
|
||||||
|
- name: Debug Print users with access keys
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ new_keys}}"
|
||||||
|
|
||||||
- name: Output newly created access keys
|
- name: Output newly created access keys
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "New access key created for user {{ item.item.name }}: {{ item.stdout }}"
|
msg: "New access key created for user {{ item.item.name }}: {{ item.stdout }}"
|
||||||
|
@ -60,3 +64,4 @@
|
||||||
# no_log überall bei keys und users
|
# no_log überall bei keys und users
|
||||||
# linter
|
# linter
|
||||||
# succssfu/changed_when
|
# succssfu/changed_when
|
||||||
|
# state absent einbauen
|
||||||
|
|
Loading…
Reference in a new issue