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 Copy linkLink copied to clipboard!
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.
Procedure
- Enter your Red Hat username and password.
- Click .
Select your subscription from the Subscription list.
NoteYou can also enter 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.
- 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 icon ⚙ and selecting the License option from the Settings screen.
You are opted in for Automation Analytics by default when you activate the platform on first login. This helps Red Hat improve the product by delivering you a much better user experience. You can opt out after activating Ansible Automation Platform by taking the following steps:
- From the navigation panel, select .
- Select Miscellaneous System settings from the list of System options.
- Toggle the Gather data for Automation Analytics switch to the off position.
- Click .
1.2. Activate with a manifest file Copy linkLink copied to clipboard!
If you have a subscriptions manifest, you can upload the manifest file either by using the Red Hat Ansible Automation Platform interface or manually in an Ansible Playbook.
You are opted in for Automation Analytics by default when you activate the platform on first time log in. This helps Red Hat improve the product by delivering you a much better user experience. You can opt out, after activating Ansible Automation Platform, by doing the following:
- From the navigation panel, select menu:[Settings] and select the Miscellaneous System settings option.
- Click .
- Toggle the Gather data for Automation Analytics switch to the off position.
- Click .
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 and select the License option.
- Make sure the Username and Password fields are empty.
- Click and select the manifest file.
- Click .
- Review the End User License Agreement and select I agree to the End User License Agreement.
- 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 icon ⚙ and selecting the License option from the Settings screen.
If the button is disabled on the License page, clear the USERNAME and PASSWORD fields.
Uploading manually
If you are unable to apply or update the subscription information by using the Red Hat Ansible Automation Platform interface, you can upload the subscriptions manifest manually in an Ansible Playbook by using the license module in the ansible.controller collection.
- name: Set the license using a file
license:
manifest: "/tmp/my_manifest.zip"