aem_design.aem_license
Ansible Role: AEM License
This role installs a license on an AEM instance.
Developed as part of AEM.Design
Requirements
No requirements.
Role Variables
The following variables can be used, along with their default values (see defaults/main.yml
):
Name | Required | Default | Notes |
---|---|---|---|
aem_license_key | yes | Value for the license key submission | |
aem_license_name | company | Value for the company name submission | |
aem_license_path | /system/granite/license/index.html | Path to the license page | |
aem_license_console_path | /system/console/productinfo | Path to the license console (to check if it works) | |
aem_license_eula | on | Value for the EULA submission | |
aem_license_post_eula | eula | Name of the EULA checkbox field | |
aem_license_post_name | name | Name of the company field | |
aem_license_post_key | id | Name for the key field | |
aem_port | 4502 | Port for AEM service | |
aem_host | localhost | Host for AEM service | |
aem_username | admin | ||
aem_password | admin | ||
wait_delay | 1 | Time to wait between retries | |
wait_timeout | 1 | Time to wait before stopping | |
wait_retries | 1 | Number of times to retry waiting | |
Dependencies
None.
Example Playbook
- hosts: all
roles:
- { role: aem_design.aem_license,
aem_license_key: "your key",
aem_license_name: "your company",
aem_port: "4502",
aem_host: "localhost",
}
License
Apache 2.0
Author Information
This role was created by Max Barrass.
Installa
ansible-galaxy install aem_design.aem_license
Licenza
Unknown
Download
696
Proprietario
Designing AEM Experience End-To-End.