Documentation

4. Import a License

Tower requires a valid license to run. If you did not receive a license from Ansible directly or via email, or have issues with the license you received, refer to http://www.ansible.com/license for free and paid license options (including free trial licenses) or contact Ansible Support via the Red Hat Customer Portal at https://access.redhat.com/.

To add your license, you must browse to the location where you saved your license (or save the license contents to a text file locally, if needed) and upload it. The uploaded license may be a plain text file or a JSON file, and must include properly formatted JSON code. Once uploaded, agree to the End User License Agreement and click Submit.

no license

Once your license has been accepted, Tower navigates you to the main Ansible interface for the Dashboard (which you can access by clicking on the Ansible Tower logo at the top left of the screen as well).

For later reference, you can view this license from the Settings (settings) Menu’s ‘VIEW YOUR LICENSE’ link.

license accepted

4.1. Adding a Tower License Manually

If you are in a situation where uploading a file is not allowed due to a locked down environment, you can add the Ansible Tower license by hand using Tower’s API.

In Tower’s REST API, at the /api/v1/config/ endpoint, scroll down to the POST text entry box.

Add your valid license, the one you received directly from Ansible, to the POST box using the following as an example:

{"eula_accepted" : "true",
   "subscription_name": "Enterprise Tower up to 100000 Nodes",
   "features": {},
   "instance_count": 100000,
   "trial": false,
   "contact_email": "[email protected]",
   "company_name": "Dr. Maddux Golden",
   "license_type": "enterprise",
   "contact_name": "Dr. Maddux Golden",
   "license_date": 0000000000,
   "license_key": "xxx111xx111xxx1x1x1x1x1x11x1xxxx1x1xx1x1xx1x1x1x1xxx111xx1x1xx1x"

}

Once done, hit the “POST” button and review your license.