SatelliteQE / ansible-satellite6

Ansible playbooks for Satellite 6 systems' management
GNU General Public License v3.0
4 stars 10 forks source link

Add support for subscribing via dogfood server using internal_ak #14

Open kbidarkar opened 6 years ago

kbidarkar commented 6 years ago

role: redhat-subscriptions

ehelms commented 6 years ago

I'd recommend using the following:

 - role: katello_client
    katello_client_cleanup: True
    katello_client_server: {{ dogfood_server }}
    katello_client_organization: '{{ organization }}'
    katello_client_activationkey: '{{ activation_key }}'