Chapter 1. Activating Red Hat Ansible Automation Platform
Red Hat Ansible Automation Platform uses available subscriptions or a subscription manifest to authorize the use of Ansible Automation Platform. To obtain a subscription, you can do either of the following:
- Use your Red Hat customer or Satellite credentials when you launch Ansible Automation Platform.
- Upload a subscriptions manifest file either using the Red Hat Ansible Automation Platform interface or manually in an Ansible playbook.
1.1. Activate with credentials
When Ansible Automation Platform launches for the first time, the Ansible Automation Platform Subscription screen automatically displays. You can use your Red Hat credentials to retrieve and import your subscription directly into Ansible Automation Platform.
Procedures
- Enter your Red Hat username and password.
Click
.NoteYou can also use your Satellite username and password if your cluster nodes are registered to Satellite through Subscription Manager.
- Review the End User License Agreement and select I agree to the End User License Agreement.
- The Tracking and Analytics options are checked by default. These selections help Red Hat improve the product by delivering you a much better user experience. You can opt out by deselecting the options.
- Click .
- Once your subscription has been accepted, the license screen displays and navigates you to the Dashboard of the Ansible Automation Platform interface. You can return to the license screen by clicking the ⚙ and selecting the License tab from the Settings screen. icon
1.2. Activate with a manifest file
If you have a subscriptions manifest, you can upload the manifest file either using the Red Hat Ansible Automation Platform interface or manually in an Ansible playbook.
Prerequisites
You must have a Red Hat Subscription Manifest file exported from the Red Hat Customer Portal. For more information, see Obtaining a manifest file.
Uploading with the interface
- Complete steps to generate and download the manifest file
- Log in to Red Hat Ansible Automation Platform.
-
If you are not immediately prompted for a manifest file, go to
. - Make sure the Username and Password fields are empty.
- Click and select the manifest file.
- Click .
If the USERNAME and PASSWORD fields.
button is disabled on the License page, clear theUploading manually
If you are unable to apply or update the subscription info using the Red Hat Ansible Automation Platform interface, you can upload the subscriptions manifest manually in an Ansible playbook using the license
module in the ansible.controller
collection.
- name: Set the license using a file license: manifest: "/tmp/my_manifest.zip"