An Ansible role for registering hosts with Red Hat Satellite 6 using Activation Key(s).
Parameter | Required | Default | Example | Comments |
---|---|---|---|---|
satellite_fqdn | yes | sat6-master-01.example.com | FQDN of Satellite server. Used for URL buildout | |
satellite_org | yes | ACME | Satellite Organization to join. | |
satellite_location | yes | DEV | Satellite Location to join. | |
satellite_hostgroup | yes | false | false | Satellite Location to join. |
satellite_registration_user | yes* | satellite.service | Only required if you specify a hostgroup and are not doing the manual registration tasks. User to view API with. Recommend a service account. | |
satellite_registration_password | yes* | Only required if you specify a hostgroup and are not doing the manual registration tasks. Admin Password to use. Store this in VAULT. | ||
satellite_activation_key | yes | AK_RHEL_7_SRV_BASE_DEV | Satellite Activation Keys to register with. | |
satellite_auto_subscribe | no | no | no | Whether or not to auto subscribe on registration |
satellite_update_packages | no | no | no | Whether or not to update all pacakges on host |
This role includes a python script generated by Satellite. For more details and requirements, please references: https://access.redhat.com/articles/2280691