This role is used to provide an Ansible Tower instance with a license
A running Ansible Tower with admin permission level access.
Check the top level README for additional/common variables.
The variables used to configure the Ansible Tower license are outlined in the table below.
Variable | Description | Required | Defaults |
---|---|---|---|
ansible_tower.install.license_file | Path to valid Ansible Tower license content | yes |
ansible_tower:
admin_username: "admin"
admin_password: "admin123"
install:
license_file: "{{ inventory_dir }}/../files/example-license.json"
---
- hosts: tower
roles:
- role: config-ansible-tower-license
Apache License 2.0
Red Hat Community of Practice & staff of the Red Hat Open Innovation Labs.