Skip to content

Commit 28b35c6

Browse files
author
Matthias Winzeler
committed
add long description for license keys module
1 parent c654e62 commit 28b35c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/modules/license_keys.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
1111
short_description: Creates systems and license keys on me.sap.com/licensekey
1212
13+
description:
14+
- This ansible module creates and updates systems and their license keys using the Launchpad API.
15+
- It is closely modeled after the interactions in the portal https://me.sap.com/licensekey:
16+
- First, a SAP system is defined by its SID, product, version and other data.
17+
- Then, for this system, license keys are defined by license type, HW key and potential other attributes.
18+
- The system and license data is then validated and submitted to the Launchpad API and the license key files returned to the caller.
19+
- This module attempts to be as idempotent as possible, so it can be used in a CI/CD pipeline.
20+
1321
version_added: 1.1.0
1422
1523
options:

0 commit comments

Comments
 (0)