Skip to content

Commit 9830757

Browse files
committed
docs: add vault_license_content variable documentation
1 parent 7ff4faa commit 9830757

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

role_variables.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp
10961096

10971097
## `vault_configure_enterprise_license`
10981098

1099-
- Manage enterprise license file with this role. Set to `true` to use `vault_license_path` or `vault_license_file`.
1099+
- Manage enterprise license file with this role. Set to `true` to use `vault_license_path`, and `vault_license_file` or `vault_license_content`.
11001100
- Default value: false
11011101

11021102
## `vault_license_path`
@@ -1106,7 +1106,12 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp
11061106

11071107
## `vault_license_file`
11081108

1109-
- Path to enterprise license on the Ansible controller (source file for upload). Upload skipped when empty or undefined. Only used if `vault_configure_enterprise_license: true`.
1109+
- Path to enterprise license on the Ansible controller (source file for upload). Upload skipped when empty or undefined, if `vault_license_content` is also empty or undefined. Only used if `vault_configure_enterprise_license: true`.
1110+
- Default value: ""
1111+
1112+
## `vault_license_content`
1113+
1114+
- Value of the enterprise license to use (string). Upload skipped when empty or undefined, if `vault_license_file` is also empty or undefined. Only used if `vault_configure_enterprise_license: true`.
11101115
- Default value: ""
11111116

11121117
## `vault_hsm_app`

0 commit comments

Comments
 (0)