Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Satellite facts role/task should be a module #10

Open
gonoph opened this issue Jul 21, 2018 · 0 comments
Open

Satellite facts role/task should be a module #10

gonoph opened this issue Jul 21, 2018 · 0 comments

Comments

@gonoph
Copy link
Collaborator

gonoph commented Jul 21, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant