RedHatSatellite / satellite-ansible-compilation

Repository for Satellite Ansible roles built using foreman-ansible-modules
GNU General Public License v3.0
17 stars 19 forks source link

Standardize on redhat.satellite Collection #15

Open jjaswanson4 opened 3 years ago

jjaswanson4 commented 3 years ago

Leverage the official redhat.satellite ansible collection as opposed to theforeman.foreman collection

bherrin3 commented 3 years ago

@ehelms @jjaswanson4

Would this not fall into the typical upstream / downstream conundrum?

Therefore, I would like to humbly ask...

image

ehelms commented 3 years ago

I think it's generally fair for things in here to reference the official Satellite collection. But I will add there are ways to write it generically and reference the particular collection at a higher level (e.g. specified in a playbook). The upstream collection roles are hard typed to the upstream collection(https://github.com/theforeman/foreman-ansible-modules/blob/develop/roles/manifest/tasks/main.yml) but @evgeni has a plan for how that will translate when they get released in the Satellite collection.