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
It's bulky and takes a lot of time to query the Satellite facts role/task. It's a helper task to lookup the primary IDs of the Organization name, Location, and some other data into variables that can be easily referenced by the API calls.
The reason for the API calls instead of hammer in these instances is that it's much quicker to call the API than to call hammer.
Proposal: Use the get_url helper python library included with Ansible to craft a module that orchestrates the API calls and combines the results into a single data structure.
The text was updated successfully, but these errors were encountered:
It's bulky and takes a lot of time to query the Satellite facts role/task. It's a helper task to lookup the primary IDs of the Organization name, Location, and some other data into variables that can be easily referenced by the API calls.
The reason for the API calls instead of hammer in these instances is that it's much quicker to call the API than to call hammer.
Proposal: Use the
get_url
helper python library included with Ansible to craft a module that orchestrates the API calls and combines the results into a single data structure.The text was updated successfully, but these errors were encountered: