You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions of this Ansible "Collection" do not really work the way Ansible is designed.
The idea of Ansible is that the functions are idempotent and define the target state.
However your scripts are just wrapper functions for redfish commands.
Creating a user fails if the username is already used instead of configuring it in the right way.
Even worse, functions like ibmc_get_account do not register the result correctly. Output is written to a file and the target filename is not even given back as parameter but "hidden" in the result msg.
"Account obtained successfully. For more detail please refer to /home/user/ansible_ibmc/report/account_info/10.10.10.10_AccountInfo.json"
Would be great if a working Ansible Collection with idempotent functions would be provided.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The functions of this Ansible "Collection" do not really work the way Ansible is designed.
The idea of Ansible is that the functions are idempotent and define the target state.
However your scripts are just wrapper functions for redfish commands.
Creating a user fails if the username is already used instead of configuring it in the right way.
Even worse, functions like ibmc_get_account do not register the result correctly. Output is written to a file and the target filename is not even given back as parameter but "hidden" in the result msg.
"Account obtained successfully. For more detail please refer to /home/user/ansible_ibmc/report/account_info/10.10.10.10_AccountInfo.json"
Would be great if a working Ansible Collection with idempotent functions would be provided.
Thanks in advance.
The text was updated successfully, but these errors were encountered: