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 5cf14e520d - Show all commits

View file

@ -44,6 +44,10 @@
when: "'Access Keys:' not in item.stdout"
register: new_keys
- name: Debug Print users with access keys
ansible.builtin.debug:
msg: "{{ new_keys}}"
- name: Output newly created access keys
ansible.builtin.debug:
msg: "New access key created for user {{ item.item.name }}: {{ item.stdout }}"
@ -60,3 +64,4 @@
# no_log überall bei keys und users
# linter
# succssfu/changed_when
# state absent einbauen