f5os_license – Manage F5OS license activation and deactivation.¶
New in version 1.10.0.
Parameters¶
| Parameter | Choices/Defaults | Configuration | Comments |
|---|---|---|---|
|
addon_keys
list
/ elements=string
|
Specifies additional registration keys from a license server for the device license activation.
This parameter is optional when activating a device license.
|
||
|
license_server
string
|
Default: "activate.f5.com"
|
Specifies the license server URL.
|
|
|
registration_key
string
/ required
|
Specifies Base registration key from a license server for the device license activation.
This parameter is required when activating a device license.
|
||
|
state
string
|
|
F5OS license activation state.
If
present, Specified F5OS license activation with the provided registration key.If
absent, Deactivate the F5OS license, but it is not supported for F5OS devices. |
Notes¶
Note
- License deactivation/Revokation is not supported for F5OS devices/not supported in this module.
- This module supports only automatic license activation using the registration key.
- license can’t be installed on Standby
Examples¶
- name: License activation with registration key on F5OS device
f5os_license:
registration_key: xxxxx-1xxx5-3xxx4-0xxx8-4xxxxx7
state: present
- name: License activation with registration key and addon keys on F5OS device
f5os_license:
registration_key: xxxxx-1xxx5-3xxx4-0xxx8-4xxxxx7
addon_keys:
- xxxxx-1xxx5
- xxxxx-2xxx5
Return Values¶
The following are the fields unique to this module:
| Key | Returned | Description |
|---|---|---|
|
addon_keys
list
|
changed |
Specifies additional registration keys from a license server for the device license activation
Sample:
['xxxxx-1xxx5', 'xxxxx-1xxx5']
|
|
registration_key
string
|
changed |
Specifies Base registration key from a license server for the device license activation
Sample:
xxxxx-1xxx5-3xxx4-0xxx8-4xxxxx7
|