You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: role_variables.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1096,7 +1096,7 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp
1096
1096
1097
1097
## `vault_configure_enterprise_license`
1098
1098
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`.
1100
1100
- Default value: false
1101
1101
1102
1102
## `vault_license_path`
@@ -1106,7 +1106,12 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp
1106
1106
1107
1107
## `vault_license_file`
1108
1108
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`.
0 commit comments