RedHatSatellite / satellite-demo

Group of Ansible playbooks to build, install, and demo Satellite 6 made of multiple systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

satellite_ak_subscription module should have less user dependencies

gonoph opened this issue · comments

Currently, satellite_ak_subscription depends on the caller/user/author to call the appropriate API calls, then pass those json payloads to the module. This is error prone and potentially hard to maintain.

Proposal: using the get_url python library that is included with Ansible, modify the module to orchestrate the needed API calls, thus reducing a user dependency.